|
Boost Users : |
From: Anatoli Sakhnik (sam_at_[hidden])
Date: 2005-09-05 10:08:54
Hi, boost users!
I've just tried to execute the simplest boost::thread program, compiled
by vc7_1 under multi threaded dll environment. It failed to resolve a
symbol in the boost_thead-mt.dll (see the attach).
Why? Is it possible to use linked dynamically boost::thread library now?
Info: boost version is latest CVS, compiled with --layout=system. No
error occurs after gcc-3.4.
The program's source:
#define BOOST_ALL_NO_LIB
#include <boost/thread.hpp>
void f() {}
int main(int argc, char* argv[])
{
boost::thread(f).join();
return 0;
}
-- Anatoli Sakhnik
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