9 Sep
2010
9 Sep
'10
5:48 a.m.
Hi,
On Thu, Sep 9, 2010 at 10:33 AM, Sean Farrow
Hi: Ok, all project are using the correct multi-threaded versions of the libs any other ideas?
It is debug build of your application _must_ use debug boost libraries and release build should use release libraries. If you could use windbg to get a backtrace and send it across. Also, check the event log if that gives you any hint. Does the application failed to start or crashes with an exception? If it fails to start, there is this famous "SideBySide" error which is due to mismatch/unavailability of right version of MSVC runtime libraries (which can be solved by installing the matching version of MSVCRT (or debug version) and the compiler version you have used. -dhruva