Error occurred with Microsoft Visual Studio on Windows 7

Asked By 0 points N/A Posted on -
qa-featured

Hi,

 

I have got a crash when I tried to run 64bit application in Release mode under Windows 7 Operating System. You can see the attached image of error message which I got during compiling. How can I resolve this error? Any help would be greatly appreciated.

 

Thanks in advance.

Error: Unhandled exception at 0x52740ccf in guikeyboard_test_developer.exe: 0xC0000005: Access violation reading location 0x0000000000000000.

 

 

 

SHARE
Answered By 0 points N/A #176936

Error occurred with Microsoft Visual Studio on Windows 7

qa-featured

The operating system has some memory reserved for its operation. Your unhandeled pointer or reference overflowed to the starting memory location 0x0000000000000000 which is reserved by the operating system. Check all your memory manipulation pointer, reference and calling a function.

Related Questions