meaning of stack info in VC6
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
when I break my program and see the stack info, I get something like this: USER32! 77d48734() USER32! 77d4d05b() USER32! 77d4b4c0() USER32! 77d4fd29() I guest it's a name for some function, but what's the name? is it a Win API?
-
when I break my program and see the stack info, I get something like this: USER32! 77d48734() USER32! 77d4d05b() USER32! 77d4b4c0() USER32! 77d4fd29() I guest it's a name for some function, but what's the name? is it a Win API?
That means you are inside of user32.dll (a part of Windows operating system) which does not ship with debug info and therefore it can't show you anything more meaningful.