marcus256
08-29-2001, 03:11 AM
My problem:
I use MinGW (for Windows) which has its own gl.h file with minor support for extensions (some extensions are in there, but not the function typedefs for the extensions).
I downloaded the glext.h file form oss.sgi.com that seems to be fairly complete (only lacks some ATIX extensions, which are probably not official anyway). The problem is that my gl.h file and the glext.h file is in bad conflict, meaning that I can not use extensions at all.
Now, I can rewrite my gl.h file and remove all the extensions from it so that it is compatible with glext.h, but what is the real solution? I want my program to compile with other people's compilers and include files aswell? Is there an official, clean, gl.h file, just as there is a glext.h file?
/Marcus
I use MinGW (for Windows) which has its own gl.h file with minor support for extensions (some extensions are in there, but not the function typedefs for the extensions).
I downloaded the glext.h file form oss.sgi.com that seems to be fairly complete (only lacks some ATIX extensions, which are probably not official anyway). The problem is that my gl.h file and the glext.h file is in bad conflict, meaning that I can not use extensions at all.
Now, I can rewrite my gl.h file and remove all the extensions from it so that it is compatible with glext.h, but what is the real solution? I want my program to compile with other people's compilers and include files aswell? Is there an official, clean, gl.h file, just as there is a glext.h file?
/Marcus