Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Converting Code

Converting Code

Scheduled Pinned Locked Moved C#
csharpc++helpquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sabry1905
    wrote on last edited by
    #1

    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

    P C D 3 Replies Last reply
    0
    • S Sabry1905

      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

      P Offline
      P Offline
      Philip Price
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0
      • S Sabry1905

        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

        C Offline
        C Offline
        Carsten Zeumer
        wrote on last edited by
        #3

        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

        1 Reply Last reply
        0
        • S Sabry1905

          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

          D Offline
          D Offline
          Dave Doknjas
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups