Re: [Boost-users] warning C4561: '__fastcall' incompatible with the '/clr' option:, converting to '__stdcall'
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
I don not think you should mix up managed C++ with ISO C++. Please read this critical reviews by Danny Kalev about features of CLI and how they are compatible with ISO C++. A Critical Overview of C++/CLI Part 1: http://www.informit.com/guides/content.asp?g=cplusplus&seqNum=274 Part 2: http://www.informit.com/guides/content.asp?g=cplusplus&seqNum=275 Regards, Ovanes Markarian
participants (1)
-
Ovanes Markarian