|
-
July 27th, 2008, 10:47 PM
#1
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?
-
July 28th, 2008, 12:55 AM
#2
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
"Devise the simplest possible solution that solves the problems"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|