Boost logo

Boost Users :

From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2006-06-21 09:48:10


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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net