I'm writing a small debugger tool, using dbghelp to get the callstack. To
check how to use dbghelp, i've written a the test app, which is inspired
by one in the Codeproject website. Here is my test app: http://
codepad.org/J7K2U4mg
When I run it, I get those messages:
SymGetSymFromAddr64() failed ( 487) Attempt to access invalid address.
SymGetLineFromAddr64() failed ( 487) Attempt to access invalid address.
SymGetModuleInfo64 failed ( 87) The parameter is incorrect.
I've searched a lot but I can't find where my errors are.
Any help is more than welcome
thank you