Boost logo

Boost :

From: Adrian Michel (michel_at_[hidden])
Date: 2003-06-12 10:03:31


> 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.

Cheers,

Adrian


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