
24 Apr
2005
24 Apr
'05
8:09 a.m.
Paul Mensonides wrote:
Note that Comeau can link together object files that were compiled in strict and non-strict modes. So it is possible to make non-__stdcall jumpers in another translation unit that call the __stdcall (etc.) Windows API functions.
And this is how I managed to use strict mode in Windows programs. Just use WinAPI in separate TUs.
Non-strict mode is *considerably* less strict.
Yes, I even accidentally demonstrated this :-S B.