Boost logo

Boost Users :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-10-13 05:29:26


> 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


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