Source Code Converters...

  • Thread starter Thread starter Blue Streak
  • Start date Start date
B

Blue Streak

Hi, Folks!

This may be a long shot but can anyone suggest a good (and
preferrably free) source code converter? I am looking to convert some
C# code into Managed C++ (MC++) or C++/CLI code. I am looking to
convert about ~400 lines of code.

TIA...
 
We produce Instant C++ - the C# edition converts C# code to C++/CLI.
However, it's not free (the demo edition has a conversion line limit of 100
lines per conversion).
--
http://www.tangiblesoftwaresolutions.com
C++ to C#
C++ to VB
C++ to Java
C++ to C++/CLI
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: convert VB or C# to C++/CLI
 
Coolness!!

Thanks.- Hide quoted text -

- Show quoted text -

Wow!! There are more features than I can shake a stick at with all
the free plugins. I'm going to have to take a course just to learn
how to use Reflector.
 
We produce Instant C++ - the C# edition converts C# code to C++/CLI.
However, it's not free (the demo edition has a conversion line limit of 100
lines per conversion).
--http://www.tangiblesoftwaresolutions.com
C++ to C#
C++ to VB
C++ to Java
C++ to C++/CLI
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: convert VB or C# to C++/CLI

Tried it and from a working VB .net program it created about 8 errors
in c#!!

Hardy
 
Tried it and from a working VB .net program it created about 8 errors
in c#!!

Hardy- Hide quoted text -

- Show quoted text -

Well, what did you expect from something that's free?!? There is
bound to be some clean-up of the code that's necessary. At least,
Reflector gives you a starting point for the new code.
 
Back
Top