Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - GLU32.LIB contains no gluPerspective?
Perhaps my setup is corrupt, but I'm having trouble compiling a very simple OpenGL program in the IDDE. I added Opengl32.lib and glu32.lib to the project. Everything compiles, but the linker balks saying that the _gluPerspective 32 symbol is undefined. This symbol should be in glu32.lib as far as I know. But it doesn't appear to be in there! I took a peek at its contents using dmpobj and found only 2 symbols in there. Is this correct? Is anyone familiar as to why the symbol (and a whole slew of others too, I imagine) isn't there? Are the opengl libs complete as is? Is this one corrupt? Help! I am using DMC 8.35 from proper cumulative CD updates. Later, John Aug 26 2003
John Reimer wrote:Perhaps my setup is corrupt, but I'm having trouble compiling a very simple OpenGL program in the IDDE. I added Opengl32.lib and glu32.lib to the project. Everything compiles, but the linker balks saying that the _gluPerspective 32 symbol is undefined. This symbol should be in glu32.lib as far as I know. But it doesn't appear to be in there! I took a peek at its contents using dmpobj and found only 2 symbols in there. Is this correct? Is anyone familiar as to why the symbol (and a whole slew of others too, I imagine) isn't there? Are the opengl libs complete as is? Is this one corrupt? Help! I am using DMC 8.35 from proper cumulative CD updates. Later, John Aug 26 2003
Quick check: mine is form 08/08/1996 6.144K GLU32.LIB. When you want a newer version, create the (imp)lib yourself using the glu32.dll from hour system directory and the implib found at http://www.digitalmars.com/~jan Arjan John Reimer wrote:John Reimer wrote:Perhaps my setup is corrupt, but I'm having trouble compiling a very simple OpenGL program in the IDDE. I added Opengl32.lib and glu32.lib to the project. Everything compiles, but the linker balks saying that the _gluPerspective 32 symbol is undefined. This symbol should be in glu32.lib as far as I know. But it doesn't appear to be in there! I took a peek at its contents using dmpobj and found only 2 symbols in there. Is this correct? Is anyone familiar as to why the symbol (and a whole slew of others too, I imagine) isn't there? Are the opengl libs complete as is? Is this one corrupt? Help! I am using DMC 8.35 from proper cumulative CD updates. Later, John Aug 26 2003
Arjan Knepper wrote:Quick check: mine is form 08/08/1996 6.144K GLU32.LIB. When you want a newer version, create the (imp)lib yourself using the glu32.dll from hour system directory and the implib found at http://www.digitalmars.com/~jan Aug 26 2003
|