Re: [GD-Windows] Finding routine that's crashing
Brought to you by:
vexxed72
From: Colin F. <cp...@ea...> - 2002-08-03 00:18:06
|
2002 August 2nd Friday >>> Actually, I think the old name was ImageHlp, and the new name is DbgHelp. >>> I'm pretty sure DbgHelp is redistributable, so you can include it with your >>> app to make sure it's always there, no matter what OS you're on. [1] Can I just copy the "dbghelp.dll" (and LIB and H) from my Windows 2000 machine to my Windows 98 machine? (Assume I modify my code to link to dbghelp.lib and load dbghelp.dll.) [2] Under Window 98 (special case) with "dbghelp.dll", should I use the process **ID** or should I use the process **HANDLE** for SymInitialize(), StackWalk(), etc? (NOTE: Windows 98 case is potentially different from Windows 2000, Windows Me, Windows XP cases.) --- Colin cp...@ea... |