Source Code Converters...

Source Code Converters...

am 14.11.2007 17:04:32 von 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...

RE: Source Code Converters...

am 14.11.2007 17:36:01 von DavidAnton

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...
>
>

RE: Source Code Converters...

am 14.11.2007 20:18:00 von pbromberg

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



"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...
>
>

Re: Source Code Converters...

am 14.11.2007 22:34:20 von Blue Streak

On Nov 14, 2:18 pm, Peter Bromberg [C# MVP]
wrote:
> 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.

Re: Source Code Converters...

am 15.11.2007 17:53:11 von Blue Streak

On Nov 14, 4:34 pm, Blue Streak wrote:
> On Nov 14, 2:18 pm, Peter Bromberg [C# MVP]
>
>
>
>
>
> 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.

Re: Source Code Converters...

am 16.11.2007 08:44:25 von HardySpicer

On Nov 15, 5:36 am, David Anton
wrote:
> 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

Re: Source Code Converters...

am 19.11.2007 20:05:07 von Blue Streak

On Nov 16, 2:44 am, HardySpicer wrote:
> On Nov 15, 5:36 am, David Anton
> 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.