Is the BSOD happening when you run an OpenGL application you have built? Or is it happening randomly while just in windows? If it's the former, check that calls such as glEnd actually have their parenthesis (eg, glEnd()). I've seen this happen before when they were missing.
Show differencesHistory of post edits
#2Nyssa
Posted 16 February 2013 - 08:43 PM
Is the BSOD happening when you run an OpenGL application you have built? Or is it happening randomly while just in windows? If it's the former, check that calls such as glEnd actually have their parenthesis (eg, glEnd()). I've seen this happen before when pthey were missing.
#1Nyssa
Posted 16 February 2013 - 08:41 PM
Is the BSOD happening when you run an OpenGL application you have built? Or is it happening randomly while just in windows? If it's the former, check that calls such as glEnd actually have their brackets (eg, glEnd()). I've seen this happen before when brackets were missing.