Using Managed C++ with the .NET Compact Framework

R

Roland Rosier

Hello,
I am trying to understand Managed C++ and
the .Net Framework, and as far as I can tell, you
add a /CLR option to the compiler to make it
generate MSIL from C++.

However, I need to generate MSIL for use with
the Compact Framework used on Windows CE and
I cannot see any obvious way to make Visual
Studio.Net C++ generate MSIL that uses the
Compact Framework instead of the PC framework.

Could I ask how I use the Managed Extensions
for C++ on the Windows CE .Net Compact Framework
platform.

Regards,

Roland Rosier
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top