It seems 64bit program do not use stack frame any more.
But when debug with VC2005, it can show the call stack.
Does any one know how to walk through the call stack
It seems 64bit program do not use stack frame any more.
But when debug with VC2005, it can show the call stack.
Does any one know how to walk through the call stack
Walk through the call stack on 64bit Windows
BennyWang
Not 100% sure what you mean. There is an API:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/debug/base/stackwalk64.asp
And there is also DIA that comes with VS2005.
Thanks,
Kang Su Gatlin