26 May
2010
26 May
'10
12:45 p.m.
Now I'm trying to get the release build linking. The same options as before, but using non d libs. The first linker error is a boost one: libboost_system-vc90-mt-s-1_43.lib(error_code.obj) : error LNK2001: unresolved external symbol "public: __thiscall std::exception::exception(char const * const &)" (??0exception@std@@QAE@ABQBD@Z)
I'm building with /EHsc. Exception handling is missing?
Ensure you link the std library (libcpmt.lib), and that it's of the correct version (if you've got several versions installed). Particularly, check the path, which is used for libs. The same static libs should be used by boost.