Boost logo

Boost :

From: Michael van der Westhuizen (Michael.vanderWesthuizen_at_[hidden])
Date: 2003-09-12 09:40:12


> J:\Cpp\Unit_test_library\$(ConfigurationName) doesn't appear to
> work in this context in release mode. (Lots of duplicate
> libc. ... at link stage).

Take a look at what threading model was used by the unit test
library and which model your code is using (Project Properties,
Configuration Properties, C/C++, Code Generation, Runtime Library).

I've normally found that this is the source of these errors.

By default, VC++ uses single threaded debug and release libraries
(/MLd and /MTd respectively) - you probably want /MTd and /MT in
both your builds.

Michael

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

**********************************************************************


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