Porting native C++ to .NET

Discussions about custom-built testing platforms written in C, C++, or Java.
Post Reply
SysTrader
Contributing Member
Contributing Member
Posts: 9
Joined: Mon Nov 24, 2003 4:15 pm

Porting native C++ to .NET

Post 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*
Craig
Contributor
Contributor
Posts: 2
Joined: Thu Jan 04, 2007 6:49 pm
Location: NZ

Post 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?
Post Reply