473,403 Members | 2,359 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,403 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 1505
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...
3
by: Jordan S. | last post by:
I would appreciate your thoughts and opinions on the following: I am looking to render documents into multiple document formats. At a minimum the documents will need to be rendered as HTML, and...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.