I just ordered and receive PB 9 as an upgrade from PB 8.
I tried to compile my code in PB 9 and the new compiler has an issue at the line:
DECLARE SUB glCallLists LIB "opengl32.dll" ALIAS "glCallLists" (BYVAL n AS GLsizei, BYVAL ntype AS GLenum, BYVAL lists AS ANY)
write at the "lists" variable
The gl.inc i am using is from 2003 (see the following)- it compiles fine in pb8 :
OpenGL "gl.inc" for PowerBASIC-Windows 7.0x *
'* Port Version 1.0d (March 28, 2003) *
'* *
'* by Scott Martindale ([email protected]) ....
Does anyone know if the Open GL libraries have been updated for PB 9 and if so, where they can be gotten... thanks..
I tried to compile my code in PB 9 and the new compiler has an issue at the line:
DECLARE SUB glCallLists LIB "opengl32.dll" ALIAS "glCallLists" (BYVAL n AS GLsizei, BYVAL ntype AS GLenum, BYVAL lists AS ANY)
write at the "lists" variable
The gl.inc i am using is from 2003 (see the following)- it compiles fine in pb8 :
OpenGL "gl.inc" for PowerBASIC-Windows 7.0x *
'* Port Version 1.0d (March 28, 2003) *
'* *
'* by Scott Martindale ([email protected]) ....
Does anyone know if the Open GL libraries have been updated for PB 9 and if so, where they can be gotten... thanks..
Comment