Boost logo

Boost Users :

Subject: Re: [Boost-users] issues when linking a library that uses boost classes
From: dhruva (dhruvakm_at_[hidden])
Date: 2010-09-09 01:48:36


Hi,

On Thu, Sep 9, 2010 at 10:33 AM, Sean Farrow
<sean.farrow_at_[hidden]> wrote:
> 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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net