11 Jan
2008
11 Jan
'08
10:31 p.m.
Hi there, for some reasons using MSVC 8 and the current updated boost trunk results in two linker errors, as shown below: 1>simplest.obj : error LNK2001: unresolved external symbol "private: void __thiscall boost::thread::start_thread(void)" (?start_thread@thread@boost@@AAEXXZ) 1>simplest.obj : error LNK2001: unresolved external symbol "bool __cdecl boost::this_thread::interruptible_wait(void *,struct boost::detail::timeout)" (?interruptible_wait@this_thread@boost@@YA_NPAXUtimeout@detail@2@@Z) Any ideas? Regards, Christian