Welcome to MSDN Blogs Sign in | Join | Help

July 2007 - Posts

Managed C++ and C#

I tried writing a sample to use managed C++ to interact with managed code and here is my learning. I created the following managed C++ code to wrap existing FLAT API’s in a class that can be called form C#. Managed C++ code: #using <mscorlib.dll>
 
Page view tracker