Thread: using imagehlp.dll to obtain a stack trace (on win98)

  1. #1
    Unregistered
    Guest

    Angry using imagehlp.dll to obtain a stack trace (on win98)

    Has anyone had any luck using imagehlp.dll to obtain a stack trace on win98? Most of the examples I've seen online are for NT or Win2k and don't seem to work on 98. No matter what I do StackWalk always returns FALSE on the second call. The documentation for this library is poor and I haven't found any examples designed specifically for 98. Any help (articles,source,comments) would be appreciated,
    Thanks

  2. #2
    Unregistered
    Guest

    Thumbs up

    Got it working, I had to switch to a newer version dbghelp.dll. Imagehlp.dll seems to have some weird problems with win9x, the newer version works fine.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Lame null append cause buffer to crash
    By cmoo in forum C Programming
    Replies: 8
    Last Post: 12-29-2008, 03:27 AM
  2. stack and pointer problem
    By ramaadhitia in forum C Programming
    Replies: 2
    Last Post: 09-11-2006, 11:41 PM
  3. Question about a stack using array of pointers
    By Ricochet in forum C++ Programming
    Replies: 6
    Last Post: 11-17-2003, 10:12 PM
  4. error trying to compile stack program
    By KristTlove in forum C++ Programming
    Replies: 2
    Last Post: 11-03-2003, 06:27 PM
  5. Stack Program Here
    By Troll_King in forum C Programming
    Replies: 7
    Last Post: 10-15-2001, 05:36 PM