19 Oct
2006
19 Oct
'06
6:18 p.m.
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.