CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2008
    Posts
    6

    Unhappy 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?

  2. #2
    Join Date
    Feb 2005
    Location
    Pune (India)
    Posts
    644

    Thumbs up 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
  •  





Click Here to Expand Forum to Full Width

Featured