2 May 2003 08:52
Re: dynamic OSMesa usage
<Petri.Lipponen <at> iki.fi>
2003-05-02 06:52:11 GMT
2003-05-02 06:52:11 GMT
At 09:27 30.4.2003 -0600, Brian Paul wrote: >>So far I've got as far as trying to compile the extgl.c with Mesa. >>The result was less than perfect with a huge pile of: >>c:\Projects\NCA\Framework\UtilityLib\ExtGL\extgl.c(133) : error C2061: >>syntax error : identifier 'glDrawRangeElements' >>c:\Projects\NCA\Framework\UtilityLib\ExtGL\extgl.c(133) : error C2059: >>syntax error : ';' >>c:\Projects\NCA\Framework\UtilityLib\ExtGL\extgl.c(133) : error C2513: >>'/*global*/ ' : no variable declared before '=' >>for each extension function since OpenGL1.2. >>If anyone on the list have done anything similar or has any idea >>of the function-problems above, I would be more than happy to hear about it. > >Is the code for extgl.c readily available? It's hard to say what the >problem is just from those error messages. Sorry, Of course I forgot to put the link to extgl. It's a small LGPL'd helper that handles the tedious extension stuff. You can find it here if you're interested... http://www.levp.de/3d/ I think I forgot to mention, that the extgl did work fine with the default GL/gl.h (the one that came with the VC7 platformSDK). As soon as I add "Mesa-5.0.1/includes" to the include path, I start to get the problems. I'll try to contact the ExtGL maintainer, and ask him if he has any insight. Thanks,(Continue reading)
RSS Feed