warning C4561: '__fastcall' incompatible with the '/clr' option:, converting to '__stdcall'
20 Jun
2006
20 Jun
'06
9:59 a.m.
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
20 Jun
20 Jun
3:44 p.m.
New subject: 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"?
I'd probably suppress the warning; it looks like it's merely informative to me. In MSVC, this can be done either with a #pragma warning or by changing the file/project properties. Dale
6721
Age (days ago)
6721
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andreas Fabri
-
Dale McCoy