|
Boost Users : |
Subject: Re: [Boost-users] [BOOST THREAD] Threads Spawning Unexpectedly
From: Igor R (boost.lists_at_[hidden])
Date: 2009-04-28 15:56:01
> That may be part of your problem. Â Assuming that you are using Visual Studio, go to the project properties dialog. Â In the tree at the left, select Configuration Properties - C/C++ - Code Generation. Â About halfway down the list on the right, you will see a "Runtime Library" property. Â Set it to the correct value for your program. Â The choice should be obvious.
Single-threaded CRT is available in MSVC7 and below, so if the OP uses
more modern version, invalid CRT threading choice should not be a
problem.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net