6 Aug
2002
6 Aug
'02
2:36 p.m.
On Tuesday 06 August 2002 5:35 am, you wrote:
I installed boost1.28.0 with microsoft visual c++ .NET and regex worked very well, but when I build a very simple example to test boost.thread, it stop building with error "Thread support is unavailable!".
I found out that it's because that there's not a pre-define variable defined.
Can I define the variable? How can I use boost.thread in my vc++ .net?
Just change your VC project settings to use a multi-threaded version of the C-runtime (multi-threaded [DLL] / debug multi-threaded [DLL]). - Dale.