Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am writing application that opens a window and draws openGL inside.
It works fine on almost every computer, however, if I use Matrox M9140 graphic card the window is completely blank (No drawing at all).

After some debugging I discovered that ::SwapBuffers throw exception (Memory Overflow).
Did someone encounter something like that? Can someone give me any clue how to find out what the problem is?

In addition, when I try to close window, ::DestroyWindow freeze and does not return - I need to kill the application.

Thanks!
Posted
Updated 1-Apr-12 22:47pm
v2
Comments
Code-o-mat 4-Apr-12 4:24am    
Did you try any other OpenGL applications on that machine to see if those work fine? If no, try, maybe the problem isn't caused by your application but by some driver issue or somesuch, if it is so, try upgrading drivers, reinstalling them and so on.
Iron-Eagle 8-Apr-12 11:08am    
Of course I did.
Other openGL applications work fine.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900