On Sun, 26 Oct 1997, Mendou wrote: >Hi. I use MSVC++ for my compiler, and i was wondering if you could pull >the original c files and h files out of the *.obj files.. I toasted my >backups.. Thanks for the help.. The .obj files contain the assembler versions of your files. Unfortunately, going from assembler back to C and getting what you started with is much harder than compiling it. (Consider the fact that all the #define's would be expanded even if you had the preprocessor output.) I'd start looking for an old copy of an undelete program from DOS 6. (Hint: don't forget to use the 'lock' command if you have Win95). -- George Greer - Me@Null.net | Genius may have its limitations, but stupidity http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST