RE: [Plib-devel] Problems, mostly with MSVC 6.0
Brought to you by:
sjbaker
From: Dave M. <dp...@ef...> - 2000-08-04 06:13:16
|
> PPE doesn't compile since the arguments for ssgLoad and ssgSave in the > header- and the *.cxx-file are different. > I added the "const" in the parameter-lists in the *.cxx-file and > had do add a cast. This makes PPE work, but I havent looked whether > fname should be const or not. Here are the changes for ssgSave, > ssgLoad is analog (sp?): thanks for catching this. should be fixed now. let me know if you see any other 'const' problems i added alot of 'const' to pui and ssg. sg was already 'const' correct > 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. > Also, I have the following errors in majik-demo.cxx: yes. that is broken. i'll try to fix tomorrow. --Dave |