Boost library creating problem for multi-thread debug build

error LNK2019: unresolved external symbol “__declspec(dllimport) class boost::system::error_category const & __cdecl boost::system::get_posix_category(void)”

I just want to that why the boost :: system library is nor linking properly.Eventhough it doesnt show any problem in linking the dll.Dll linking is tested with dependency walker.

can any one of you please repsond this.

I think you have been talking about the COLLADA DOM in your various posts.

I’m pretty sure you can build the DOM without Boost (e.g. use the NO_BOOST make flag).

Great !!!

Now i am able to compile successfully.

Thank you so much