Boost logo

Boost :

From: Ferdinand Prantl (ferdipr_at_[hidden])
Date: 2004-08-05 04:47:45


Hi Roland,

_RTLDLL reminds me of borland or some other compiler, microsoft sets _DLL
internally, if you use dynamic runtime (/MD or MDd).

some essential for threading:

if _MSC_VER: microsoft or intel (__INTEL_COMPILER for intel specific)
then _MT: if multithreaded runtime
then _DLL: if dynamic runtime

Ferda

> -----Original Message-----
> From: boost-bounces_at_[hidden]
> [mailto:boost-bounces_at_[hidden]] On Behalf Of Roland
>
> Just beeing curious. How does the _RTLDLL getting set?
> I experimented with
> #ifdef _RTLDLL
> #error "DLL RT"
> #else
> #error "STATIC RT"
> #endif
>
> No matter which runtime I select it always seems not to be defined.
>
> Roland


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