Re: [Plib-devel] Problems, mostly with MSVC 6.0
Brought to you by:
sjbaker
From: Wolfram K. <w_...@rz...> - 2000-08-05 12:50:34
|
Dave wrote: >> I also have problems with some of the examples. >> Many examples don't compile obviously since the the glu(t) stuff isn't >> linked. For example, this is one of the error messages I get for bend: >> >> Linking... >> bend.obj : error LNK2001: unresolved external symbol >> _glutSwapBuffers@0 >> >> BTW, for PPE I have glu32.lib in the linker/input-options >> after opengl32.lib. > >i'm not getting that problem with MSVC 6.0 >AFAICT, plib does *not* use glu32.lib. I just downloaded and tested plib on another computer, with the same link-problem. Have a look into bend.cxx, the redraw function. It definitely uses glut. If you download and compile everything from scratch, I would be surprised if you could compile the bend example. BTW, I tried to compile the debug-configuration. In release configuration, I get even more link-problems. The release-configuration doesnt even link plib. >--Dave -- Bye bye, Wolfram. |