
Is there anyone out there who still use VS6 + boost? Need help building the test libraries.

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@hotmail.com> wrote in message news:loom.20081125T110854-211@post.gmane.org...
Is there anyone out there who still use VS6 + boost?
Need help building the test libraries.
participants (1)
-
Andrew Wan