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?