13 Oct
2002
13 Oct
'02
10:29 a.m.
I am getting the following error while i compile boost thread library under VC++ 6.0. Could any of you please help me out.
d:\boost\boost_1_29_0\libs\thread\src\thread.cpp(107) : error C2065: '_beginthreadex' : undeclared identifier
When i define _MT compile flag the compiling error goes off but i get lot of linker errors.
Well pretty obviously you have to turn on multithreading support in your compiler before building the library: check out the code generation options in the IDE. John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm