Question
06-04-2009, 02:16 PM
I am running a simple cube program that windows code to manage the microsoft windows. I am using Visual c++ and I have told the linker to load GlU32.Lib OpenGL32.Lib glut32.lib ... what I get is a black screen of death and then access violation
First-chance exception at 0x02658640 in cube.exe: 0xC0000005: Access violation.
Unhandled exception at 0x02658640 in cube.exe: 0xC0000005: Access violation.
The program '[5676] cube.exe: Native' has exited with code -1073741819 (0xc0000005).
Does anyone know what this is or has code that currently works on vista that they could share and tell me their setup?
First-chance exception at 0x02658640 in cube.exe: 0xC0000005: Access violation.
Unhandled exception at 0x02658640 in cube.exe: 0xC0000005: Access violation.
The program '[5676] cube.exe: Native' has exited with code -1073741819 (0xc0000005).
Does anyone know what this is or has code that currently works on vista that they could share and tell me their setup?