Obj to Source file
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
I wrote a piece of code long time back and compiled it to obj file. Unexpectedly i lost the source code of that. Is there any way to convert the obj files back to source files. I used visual c++ 6.0 to compile the source. Regards Guru
-
normally, no chance... but if you compiled it in debug mode, i know borland add a tool to get back the source code. but in release mode, you can't because the code is optimised...
TOXCCT >>> GEII power