id summary reporter owner description type status milestone component version severity resolution keywords cc 91 boost::threads uses msvc only function? matzebraun Roland Schwarz "{{{ Hi, I tried compiling boost::thread with cgywin and mingw, and hit the following problem: g++ -Wall -I.. -I../include -DBOOST_HAS_WINTHREADS -I/usr/include/mingw -c thread/thread.cpp -o thread/thread.o thread/thread.cpp: In method `boost::thread::thread(const boost::function0 > &)': thread/thread.cpp:107: implicit declaration of function `int boost::_beginthreadex(...)' after looking at some comments in the header files it seems that this function is only provided by msvcrt.dll which is != standard win API. Would it be possible to change the usage here? Or did I miss something? Greetings, Matze }}}" Bugs closed threads None None