$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-10-19 14:18:47
John Dunn wrote:
> I'm curious if boost currently ( or plans to ) support C++/CLI. For
> the past couple of months I've been using boost in a managed C++
> application without any issues ( but with quite a few scary warnings
> ). I've recently installed the beta VS2005 SP and now my applicaiton
> crashes with the following error if I link with the boost::thread
> library.
>
> The application failed to initialize properly (0xc000007b). Click
> on OK to terminate the application.
Did you rebuild the Boost.Thread library with the new SP? You probably still
have a dependency on the old VC runtime in it if you didn't, whereas the
application now depends on the new runtime.