RE: Convert c# form to C++.Net

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



You can compile then decompile your code from C# to C++.NET using Reflector:

http://www.aisto.com/roeder/dotnet/Download.aspx?File=Reflector

C++ AddIn

http://www.testdriven.net/downloads/Reflector.McppLanguage.dll

Steps:

Once downloaded open Reflector
Click the View menu and select the Add-Ins... item.
Click on Add and select the McppLanguage.dll you downloaded.



1. Compile your program either a DLL or EXE
2. Open it with Reflector
3. Select the language you want your source code decompiled in.
4. Right click on the class your want to decompile.

Hope this helps,

Yama Kamyar



"James" wrote:

> Has anyone written a utility to convert a C# form to C++.net?
> i.e. to convert "using System.Data" to "using namespace System::Data" etc
.



Relevant Pages

  • Re: Access 2007 anomaly
    ... Lou, you need to do the backup, compact, decompile, compact, compact, compile sequence again whenever this occurs. ... Causes of this kind of corruption include the Compile on Demand option, editing while in break mode, and editing under multiple versions of Access ... I decompile at least every other day when working heavily on a project, typically after making the end-of-day backup, or as soon as there is any hint of a possible corruption of this sort. ... I eagerly installed the free runtime A07 and ADE before ...
    (comp.databases.ms-access)
  • Re: Obfuscator and Decompiler
    ... The FileDisassembler addin you mentioned allows reflector to dump ... I'm not assuming that users want both a decompiler and an obfuscator. ... also does not compile for any significant application including ... as well, so developers who have any issues using our trial software, ...
    (microsoft.public.dotnet.security)
  • Re: Breaking .NET Compact Framework code - how easy is it
    ... that nor ILDASM and Reflector can decompile my IV and Key ... >> Simon, ... >>>assemblies should be common practice anyway. ... >>>code) you are able to decompile the assembly to source code successfully. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Decompile question.
    ... The Decompile switch was undocumented in earlier versions of Access, ... Decompiling may not give the same results as importing into a new database. ... and compile. ...
    (microsoft.public.access.formscoding)
  • Re: COmpacting database in 2002 vs. 2000
    ... the compiled version (the binary that actually executes.) ... But any change to the code means it has to compile again in the new version. ... A compact alone doesn't get rid of these errors. ... My practice is to decompile as soon as there is any clue that something's going wrong. ...
    (microsoft.public.access.modulesdaovba)