Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: ChoosePixelFormat bombs out.

  1. #1
    Junior Member Newbie
    Join Date
    May 2001
    Posts
    2

    ChoosePixelFormat bombs out.

    Hi, when I do a ChoosePixelFormat(hDC, &pixelDesc); on my Win95 machine with a really naff graphics card I get "First-chance exception in App.exe (GDI32.DLL): 0xC0000005: Access Violation." The routine works fine on my NT4 machine with a groovy graphics card. Any ideas? Do I have to update openGL in my 95 machine?

  2. #2
    Junior Member Newbie
    Join Date
    May 2001
    Posts
    2

    Re: ChoosePixelFormat bombs out.

    Found out that the problem was not me, it's microsoft. See MSDN article Q233390 which says that some graphics card drivers cause this fault when debugging in vc++. Gits.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •