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 3 of 3

Thread: What causes desktop corruption?

  1. #1
    Guest

    What causes desktop corruption?

    I've got my program set to run at 1024*768 @ 32 bit. 9 out of 10 times it exits fine but now and then the desktop gets garbled.

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Aug 2000
    Location
    Cardiff University
    Posts
    668

    Re: What causes desktop corruption?

    using what to create your context/clean up

  3. #3
    Guest

    Re: What causes desktop corruption?

    base code from nehe.gamedev.net

    A couple of the tutorials from www.gametutorials.com crash now and then as well. Might be some pointer related stuff deep in the code.

    I use getasynckeystate and getcursorpos in my code but the check for ESC is normal windows message queue.

Posting Permissions

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