benthemnite wrote: >I have recently been working on a C++ game that uses the command >prompt. I was using Bloodshed's Dev-Cpp compiler to make the game. I >was compiling the latest version of the game when my computer crashed >with a blue screen. I rebooted my computer and found that the compiler >had emptied my source file right before the blue screen. I have a >recent .exe but no source files. Is there anyway that I can extract my >C++ code from the .exe? > > > Not to contradict what everyone has said, but if you have a debug version of the exe, then you *may* be able to get some symbolic information from the exe. But I don't know anything about the debug options in Dev-Cpp, so I don't know if this is true.
Try opening the exe in your debugger and see if it shows the source code, if it does then you may be in luck. If not, then as everyone else said, you're back to square one I'm afraid. Pete To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/c-prog/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
