
5 Aug
2004
5 Aug
'04
9:47 a.m.
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@lists.boost.org [mailto:boost-bounces@lists.boost.org] 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