Home All Groups Group Topic Archive Search About

Source Code Converters...

Author
14 Nov 2007 4:04 PM
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...

Author
14 Nov 2007 4:36 PM
David Anton
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


Show quote
"Blue Streak" wrote:

> 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...
>
>
Author
16 Nov 2007 7:44 AM
HardySpicer
On Nov 15, 5:36 am, David Anton <DavidAn***@discussions.microsoft.com>
wrote:
Show quote
> 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
>
> "Blue Streak" wrote:
> > 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...

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

Hardy
Author
19 Nov 2007 7:05 PM
Blue Streak
On Nov 16, 2:44 am, HardySpicer <gyansor***@gmail.com> wrote:
Show quote
> On Nov 15, 5:36 am, David Anton <DavidAn***@discussions.microsoft.com>
> wrote:
>
>
>
>
>
> > We produce Instant C++ - the C# edition converts C#codeto 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 VBconverter
> > Instant C++: convert VB or C# to C++/CLI
>
> > "Blue Streak" wrote:
> > > Hi, Folks!
>
> > >     This may be a long shot but can anyone suggest a good (and
> > > preferrably free) sourcecodeconverter?  I am looking to convert some
> > > C#codeinto Managed C++ (MC++) or C++/CLIcode.  I am looking to
> > > convert about ~400 lines ofcode.
>
> > > TIA...
>
> 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.
Author
14 Nov 2007 7:18 PM
Peter Bromberg [C# MVP]
Lutz Roeder's "Reflector" will disassembly managed assembly code to MC++, as
well as to other languages. The product is free.

--Peter
http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder:    http://www.blogmetafinder.com



Show quote
"Blue Streak" wrote:

> 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...
>
>
Author
14 Nov 2007 9:34 PM
Blue Streak
On Nov 14, 2:18 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.NoSpamMaam.com> wrote:
Show quote
> Lutz Roeder's "Reflector" will disassembly managed assembly code to MC++, as
> well as to other languages. The product is free.
>
> --Peterhttp://www.eggheadcafe.com
> unBlog:http://petesbloggerama.blogspot.com
> BlogMetaFinder:    http://www.blogmetafinder.com
>
>
>
> "Blue Streak" wrote:
> > 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...- Hide quoted text -
>
> - Show quoted text -

Coolness!!

Thanks.
Author
15 Nov 2007 4:53 PM
Blue Streak
On Nov 14, 4:34 pm, Blue Streak <rdlebre***@hotmail.com> wrote:
Show quote
> On Nov 14, 2:18 pm, Peter Bromberg [C# MVP]
>
>
>
>
>
> <pbromb...@yahoo.NoSpamMaam.com> wrote:
> > Lutz Roeder's "Reflector" will disassembly managed assemblycodeto MC++, as
> > well as to other languages. The product is free.
>
> > --Peterhttp://www.eggheadcafe.com
> > unBlog:http://petesbloggerama.blogspot.com
> > BlogMetaFinder:    http://www.blogmetafinder.com
>
> > "Blue Streak" wrote:
> > > Hi, Folks!
>
> > >     This may be a long shot but can anyone suggest a good (and
> > > preferrably free)sourcecodeconverter?  I am looking toconvertsome
> > > C#codeinto Managed C++ (MC++) or C++/CLIcode.  I am looking to
> > >convertabout ~400 lines ofcode.
>
> > > TIA...- Hide quoted text -
>
> > - Show quoted text -
>
> 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.

AddThis Social Bookmark Button