Access Violation error in VC++ program
I've developed a display application in VC++ using OpenGL. When I try to debug(F5) in a particular system, its giving the following error :
'Unhandled exception in Display.exe (NTDLL.DLL) 0xC0000005 : Access violation'
In the same system, I can debug as well as execute other applications. Moreover, the same application can be executed in other systems.
Can anybody help me to solve this problem because i want this application to run in the same system?
Re: Access Violation error in VC++ program
Hi,
its really difficult to say anything about the exception without the code , it may have several reason...go through this article..
http://www.updatexp.com/0xC0000005.html
if its possible for you, plz post relevent code..!
-Anant