Page 1 of 1

Porting native C++ to .NET

Posted: Wed Dec 15, 2004 5:58 am
by SysTrader
Has anyone experience in porting existing c++ code to the .NET framework using managed extensions for wrapping unmanaged classes? Some feedback is higly welcome! *g*

Posted: Fri Jan 05, 2007 1:35 pm
by Craig
It really depends on what is used in the C++ code, for example, a team I worked with had a problems with all the template code which we had. But I must ask the question, why would you want to do such a thing?