Visual C++ 6.0 and Visual Studio .NET

I have an old program (I programmed quite a long time ago with Visual Studio 6.0) that i want to transfer to Visual C++ .NET however, i have since lost the source code to it. Do you know of a de-compiler that i can use on the .EXE file that will give me that source code?


Thanks in advanced.


D. Rux

[380 byte] By [DanRux] at [2007-12-25]
# 1

Dan Rux hi,

I am afraid that there is not a way to get your source code from the .EXE file. The only thing that you can obdain from any .EXE file is only assembly language code (useless i think) and i am not sure if this can be done by Visual Studio.

gdrivas at 2007-10-8 > top of Msdn Tech,Visual C++,Visual C++ General...