Convert VC++ to C#.net
-
Hello I am finding something that can convert VC++ project to C#.net Anyone can help me? Thank You
There isn't anything that can do that. You have to rewrite the code from scratch.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hello I am finding something that can convert VC++ project to C#.net Anyone can help me? Thank You
Sunil123 wrote:
I am finding something that can convert VC++ project to C#.net Anyone can help me?
The human brain. That's about it. There are just too many differences for this to be done effectively by a tool.
Deja View - the feeling that you've seen this post before.
-
Hello I am finding something that can convert VC++ project to C#.net Anyone can help me? Thank You
You are going to have to pretty much rewrite from scratch. Map out what the C# code is doing and hand translate to C++.NET.
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
-
Hello I am finding something that can convert VC++ project to C#.net Anyone can help me? Thank You
Looks like you're going to have to become an honest-to-god programmer now. No more hiding behind cut/paste.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
Hello I am finding something that can convert VC++ project to C#.net Anyone can help me? Thank You
By hand. Its not all bad though - Managed C++ will pretty much compile your existing code, you'll just have to decide what managed interface to expose. That depends on what your library does...
Mark Churchill Director Dunn & Churchill Free Download:
Diamond Binding: The simple, powerful, reliable, and effective data layer toolkit for Visual Studio.