|
Threads-Devel : |
Subject: [Threads-devel] #include <boost/thread.hpp> crash program execution
From: Olga Markova (markoolga_at_[hidden])
Date: 2009-08-05 03:33:43
Dear Boost.Threads people,
I am a begginer with boost library.
I have instaled boost library using installer and linked boost and
boost\lib to my Visual C++ studio 2008. I test the Getting Started
program with boost.regex library. It works. But once I put : #include
<boost/thread.hpp> the program is compiled, but once I run it, it get
message
"The application failed to initialize properly (0xc000007b)."
and the program does not executed.
Please let me know how to deal with this.
Thank you.