$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2005-04-24 03:09:53
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.