::SwapBuffers throws exception on Matrox M9140

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?

Thanks!

Be aware that the error may come from an earlier OpenGL call. Put a call to glGetError() prior to the swapbuffer just to be sure.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.