I am learning DirectX with C++. As example for standard Win32 programming basics I referenced the Microsoft Developer Network - Creating Win32 Applications (C++).
The example shows how to setup a single window and set the WndProc. When closing the application I get up to 6 error messages:
"Exception (first chance) at xy in myapp.exe: access violation reading location yz"
With the help of Mr. Google I found this (DestroyWindow(HWND) gives me exceptions) question in social.msdn. It is nearly what I was searching for, but I do not understand it completely.
I hope you get what I am trying to say and someone can help me and explain it clearly for me.
Many thanks in advance.
Greetings
Updating graphics driver and uninstalling Hydravision works to remove the exceptions. However, after clean reinstall of complete system there isn't any error at all.