$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost + VS6
From: Andrew Wan (andrew_wan1980_at_[hidden])
Date: 2008-11-25 11:17:06
Okay, I got my boost.test library built under VS6... but using last VS6
compatible boost... 1.32.0.
Some projects don't build. Easy to fix! Classes msvc65_like_log_formatter &
xml_log_formatter are both stored in supplied_log_formatters.cpp.
Do a search for supplied_log_formatters.cpp and you will find it's in
test_exec_monitor.hpp & unit_test_framework.hpp. So just add
supplied_log_formatters.cpp file to both test_exec_monitor &
unit_test_framework projects.
Voila!
"Andrew Wan" <andrew_wan1980_at_[hidden]> wrote in message
news:loom.20081125T110854-211_at_post.gmane.org...
> Is there anyone out there who still use VS6 + boost?
>
> Need help building the test libraries.