Win32/C++: embed linker.map file info into .exe?

Started by
-1 comments, last by antareus 18 years, 8 months ago
I'd like to embed portions of a .map file into an EXE/DLL so that I can request a full stack backtrace and have the functions be labeled during stack walking, sans dbghelp.dll and PDB files. Is this possible? The map file is generated so late in the compilation process that I worry I won't be able to place it into the image. Anybody have any ideas? By the way, if you know of a better way that doesn't need the .map file, I'm all ears.
--God has paid us the intolerable compliment of loving us, in the deepest, most tragic, most inexorable sense.- C.S. Lewis

This topic is closed to new replies.

Advertisement