Porting unmanaged c++ to CLR

We have a totally unmanaged c++ code, maybe using stl or templates, but we want to utilize
its functionality in our managed application.
To accommodate this we should create managed c++ wrappers.

More information is available here:
http://www.ondotnet.com/pub/a/dotnet/2003/03/03/mcppp2.html

Post a Comment

Previous Post Next Post