Boost logo

Boost :

From: William E. Kempf (wekempf_at_[hidden])
Date: 2003-06-12 10:29:33


Adrian Michel said:
>> 2/ The use of DLL-exported classes that derive from or uses as member
>> variables non-DLL-exported classes is generating some warnings by msvc
>> that fall into two categories (4275 and 4251). Would it be possible to
>> insert #pragma to remove these spurious warnings ?
>>
> These warnings are generated because your project is set to link with
> the static version of the MFC library, while the boost libraries link
> with the MFC dll. Change the settings in your project and they will
> disappear.

No MFC library is used by Boost.Threads. The warnings are known and will
be fixed soon. Ignore them for now.

-- 
William E. Kempf

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk