RE: Mixing Mananged and Unmanaged in an Unmanaged class

From: Gary Chang (v-garych_at_online.microsoft.com)
Date: 05/26/04


Date: Wed, 26 May 2004 01:49:06 GMT

Hi Jon

> 1) Is it a bug that the class 'WillCompile' will compile and execute,
or
> 2) or is it a bug that the class 'WillNotCompile' will not compile?.

Our Visual C++ team member Ronald confirmed these 2 scenarios are both as
designed, simply the rule is: any code that touches managed types must be
compiled as MSIL, any code that does not can be compiled either way.

Do you have any particular expectation or concern on this problem, if so,
please feel free to reply this message.

Thanks!

Best regards,

Gary Chang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------


Loading