$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: vc (vcotirlea1_at_[hidden])
Date: 2003-10-29 06:59:21
Hi all,
I have a few issues/questions:
1) I got the boost release 1.30.2 and I still get those warnings (4275 and
4251) when
building the thread lib using VC++ 7.1 (.net) on Win2k. Is this
still expected? (when W - the warning flag is set to 3 => W3)
2) I created an VC++ project for building the thread lib and I'm having the
following settings:
- preprocessor: BOOST_THREAD_BUILD_DLL=1
- Runtime library: /MD (multithreaded dll) (the same flag is used also for
my application)
Are these enough for having a correct and multithreaded version of the
thread.DLL?
Thx a lot,
Viv