$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Andreas Fabri (Andreas.Fabri_at_[hidden])
Date: 2006-06-20 05:59:35
Hello,
When using the /clr option for generating managed code with Visual C++
one gets the warning
C4561: '__fastcall' incompatible with the '/clr' option:,converting to '__stdcall'
Is there a way to compile files that include boost header files
such that __stdcall is the default, or is ignorng or switching
off the warning the "solution"?
Thanks in advance,
andreas