
25 Apr
2005
25 Apr
'05
2:54 p.m.
Sam Ferland wrote:
Hi,
I have used various boost-libraries before but now, when I am trying to build the simple Boost.Threads test application posted by Peter Dimov on this list the other day (http://tinyurl.com/aotq7), I am stuck :-(
I copied and pasted Peter's code into an empty Win32-Console-project in my development environment - which happens to be VC++7.1...
When trying to get the build through, I get the error: "Mixing a dll boost library with a static runtime is a really bad idea...".
You need to choose the Multithreaded DLL runtime from C/C++ | Code Generation.