From: Milan M. <mil...@gm...> - 2007-06-22 11:28:13
|
to...@te... wrote: > > I've made some progress on this. If I print the address of > glGenProgramsARB, and then print what > wglGetProcAddress("glGenProgramsARB") returns, they are NOT equal. > Shouldn't they be? Any idea how this can end up being set to the wrong > address? I don't know. AGL should do the same. > Is it possible to build a debug version of agl.dll? Maybe it would help > to see the log output. Sure. "make DEBUGMODE=1". "make DEBUGMODE=1 LOGLEVEL=2" will give you some more info in allegro.log. Or you can choose "debug" configuration if you are building with MSVC project files. -- Milan Mimica http://sparklet.sf.net |