My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Showing posts with label
Debugging
.
Show all posts
Showing posts with label
Debugging
.
Show all posts
Thursday, 13 October 2011
What to do when sending message to some window fails or crashes the application
›
You want to send a message from one window to another by calling CWnd::SendMessage(...) or CWnd::PostMessage(...) and application crashe...
Friday, 5 August 2011
Some WinDbg commands for memory dump analysis
›
!analyze - displays information about the current exception (e.g. type, error code, place where it occurred, call stack) -v = show ve...
›
Home
View web version