Leyder Dylan
10-02-2001, 09:11 AM
Hi,
element has found a error in the code for making the dialog box.
The code is fixed.
The error was in the line :
if (!CreateGLWindow(Titre,Resolution_X,Resolution_Y,1 6,fullscreen))
==> You can only choose a 16 bits http://www.opengl.org/discussion_boards/ubb/frown.gif
The line fixed :
if (!CreateGLWindow(Titre,Resolution_X,Resolution_Y,B its,fullscreen))
Thanks element.
element has found a error in the code for making the dialog box.
The code is fixed.
The error was in the line :
if (!CreateGLWindow(Titre,Resolution_X,Resolution_Y,1 6,fullscreen))
==> You can only choose a 16 bits http://www.opengl.org/discussion_boards/ubb/frown.gif
The line fixed :
if (!CreateGLWindow(Titre,Resolution_X,Resolution_Y,B its,fullscreen))
Thanks element.