StackWalker moved to CodePlex
If you have ever published an article on CodeProject, you will see that maintanance an ariticle is practicale impossible. In the last several years, I improved the source-code of my “StackWalker” article outside of codeproject, but this also leads to confusion…
So today I moved at least the source code to codeplex:
http://stackwalker.codeplex.com/
November 16th, 2009 at 09:55
very nice! I personally discovered your software about 1 year ago, and was using it in my several projects, and found that it really helps! But I always wondering why you didn’t use any VCS to manage the source code and release. Now finally, lol
btw, is there any update in Codeplex since RC9?
thanks again for your work, anyway~
November 23rd, 2009 at 10:33
Hello, I need you help
I use this code to process exception
I found some times the result of StackWalker doesn’t like vs2005’s result?
nRetCode = StackWalk64(
IMAGE_FILE_MACHINE_I386,
m_hProcess,
m_hThread,
&m_Stackframe,
&m_Context,
ReadProcessMemory,
SymFunctionTableAccess64,
SymGetModuleBase64,
NULL
);
how to explain it?
Wish you EMail