
5 Aug
2004
5 Aug
'04
9:03 a.m.
On Thu, 5 Aug 2004 10:43:05 +0200 (W. Europe Daylight Time) Roland <roland.schwarz@chello.at> wrote:
Last thing that is working not quite as expected is that if I link to dynamic runtime CRT (/MD or /MDd), on_process_exit is not called. I will look into it later.
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