No posts with label C++API. Show all posts
No posts with label C++API. Show all posts
Subscribe to:
Posts (Atom)
Keep an eye on your Native API prototype for interop calls
Few weeks back, we have observed "an unexpected process termination" crash in a WPF app. From the crash dump, provides below calls...
-
This crash was first in top charts in our product's latest release. It was with a mysterious call stack contains only MFC/Win32 calls an...
-
Recently i had encountered sporadic dll unload crashes in our applications and it was numerously occurring. This is a typical callstack f...
-
The traditional way of spying Windows Messages is to use Spy++. There are some other third-party tools are also available like WinSpector ....