AMDG Tom Aylesworth wrote:
Thanks for the fast response, Steven. However, if the problem was in the way my test application or the library was being built, my program should fail the same way in the RELEASE configuration.
Maybe. Can you post the two command lines?
With a little more testing, I was able to build the DEBUG configuration if I set the Optimization flag for my test application to O2. In this case, it was still building against the debug version of the boost library (libboost_date_time-vc90-mt-sgdp-1_38.lib) and yet it linked and ran correctly.
Is changing to /O2 the only change that you made?
I suspect this may be related to the bug you mention in this note:
http://www.nabble.com/Re:-can't-build-threads-on-msvc-7.1-p21504140.html
I don't think it's related. In Christ, Steven Watanabe