13 Oct
2002
13 Oct
'02
9:19 a.m.
--- In Boost-Users@y..., "satya_vajja"
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.
For using _beginthread you have to use the multi-threaded runtime lib. In VC6 you can choose the runtime lib in Project Settings->Compiler Settings->Code Generation. Use multi threaded DLL in all your sub projects. And do not mix multiple versions of the runtinme lib. hope this helps Alex