Boost logo

Boost :

From: Wilka (wilka_at_[hidden])
Date: 2001-12-04 17:06:41


> I uploaded My projects for MSVC 6.0
>
> http://groups.yahoo.com/group/boost/files/unit%20test%
> 20framework/msvc.build.zip
>
> Try them and let me know
>

Yay progress! Those ones work fine, but only in debug. If I switch over
to release, I get the same errors as in my project (although that
project has them in both debug and release). The difference between the
configs seems to be limited to some macros:

Debug: _LIB,_STLP_DEBUG,WIN32,_DEBUG,_MBCS
Release: WIN32,NDEBUG,_MBCS,_LIB

and debug has "../../../" for additional include directories.

Btw I don't have a "unit_test_suite_ex.hpp" file, but it's included in
the unit_test_framework project.

- Wilka


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk