Converting Code
-
hi all i am looking for a tool that can help mt to convert solutions that written in VB.NET to C#.NET , and from Visual C++ to C#.NET is there any thing on earth that can do this ? :) thx
It's called hard work. VB.NET > C# might be possible to automate. If you are talking about unmanaged C++ > C#, then you've just got to pick through the code line by line doing a rewrite. Im currently porting a bunch of 2d physics stuff from C++ to C# and it isnt really all that hard.
-
hi all i am looking for a tool that can help mt to convert solutions that written in VB.NET to C#.NET , and from Visual C++ to C#.NET is there any thing on earth that can do this ? :) thx
If you are realy into Copy&Past you can use Lutz Röders Reflector. This tool is able to read binary Assemblies and decompile them into IL. This IL can then be converted to C#, VB or Delphi code. But you can only convert method by method and all comments will be lost. For small classes this should work. For bigger projects it might be not the right choice. /cadi 24 hours is not enough
-
hi all i am looking for a tool that can help mt to convert solutions that written in VB.NET to C#.NET , and from Visual C++ to C#.NET is there any thing on earth that can do this ? :) thx
Instant C# converts VB.NET projects, snippets, and asp.net pages from VB.NET to C# (free demo at www.instantcsharp.com). David Anton Tangible Software Solutions www.tangiblesoftwaresolutions.com Home of the Instant C# VB.NET to C# Converter and the Instant VB C# to VB.NET Converter