473,387 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Source Code Converters...

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

Nov 14 '07 #1
6 4265
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...

Nov 14 '07 #2
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...

Nov 14 '07 #3
On Nov 14, 2:18 pm, Peter Bromberg [C# MVP]
<pbromb...@yahoo.NoSpamMaam.comwrote:
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.

Nov 14 '07 #4
On Nov 14, 4:34 pm, Blue Streak <rdlebre...@hotmail.comwrote:
On Nov 14, 2:18 pm, Peter Bromberg [C# MVP]

<pbromb...@yahoo.NoSpamMaam.comwrote:
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.
Nov 15 '07 #5
On Nov 15, 5:36 am, David Anton <DavidAn...@discussions.microsoft.com>
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
Nov 16 '07 #6
On Nov 16, 2:44 am, HardySpicer <gyansor...@gmail.comwrote:
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.
Nov 19 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Aleksandr Dubinskiy | last post by:
Hello folks, This question is a bit involved, so I am posting the code on the web, instead of cutting and pasting it on the email. http://www.cis.ohio-state.edu/~dubinski/Code/ I think the code...
1
by: Sri Ram | last post by:
Hi all, I would like to know if there are any c++ to java code converters software readily available .........plz do reply to me Cheers, Sri Ram.
4
by: Minh | last post by:
I have some applications written in C#, but now, for some reason, I want to continue develop these applications in VB .NET language. Does anyone know the tool for this purpose ? Thanks you for...
6
by: Chris | last post by:
When I run this code in VB.NET, it hangs on the GeneratePerlinTexture call. I think it is because I am not calling it correctly. The C# code that works: static extern unsafe void...
5
by: Jim Bob | last post by:
I am primarily a VB writer but I have code written in C# I want to use. Is this feasible? jwc *** Sent via Developersdex http://www.developersdex.com ***
4
by: Roshawn Dawson | last post by:
Hi, I've tried my best to convert the C# code below to it's VB equivalent. I've even used all of the free code converters there are on the net, but none can get this right. Here is the code: ...
10
by: Gary | last post by:
Hello, Anyone know how to do the following in c# - using inline codeblocks? <% If Request.Form("Name") = "Gary" Then %> <asp:RequiredFieldValidator ID="GarysValidation" ErrorMessage="Gary,...
6
by: Blue Streak | last post by:
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...
0
by: Stylus Studio | last post by:
Dear comp.databases.ms-sqlserver, DataDirect XML Converters are Microsoft .NET and components that provide bi-directional, programmatic access to non-XML files including EDI, flat files and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.