12 Oct
2004
12 Oct
'04
7:45 p.m.
Emilio Schapira wrote:
Does anybody know when will be the next release of Boost that has the threads library fixed such that it is possible to link statically in win32 platforms compiling with MSVC++ 2003?
It's in release 1.32, which will be released soon (this or next month). However this support is only available for 2 or 3 compilers (MSVC71 among them), as exe file (PE image) has to be "constructed" in very special way, and boost developers do not know how to get it right with other compilers. B.