Hi Bart, the only lib with a dependency to glut is OSGWindowGLUT.dll. You could try to rename freeglut.lib to glut32.lib.
Andreas > Hi all, > > this might seem to be a pretty trivial question, but for some reason I > can't get it to work. > I would like to use freeglut instead of glut with opensg. I have built > all the libs/dlls just fine with freeglut. But when I'm compiling the > tutorials (changing glut32.lib for freeglut.lib as linker input) it > still seems to want to use glut. This of course results in an error when > using freeglut specific function (uninitialized freeglut). > Is there anything special I need to do that I might have overlooked? I'm > talking about an unmodified tutorial 1, except for linking with > freeglut. Using dependency walker I can see it still expects glut (and > freeglut as well). The base dlls for opensg don't have this dependency, > so I have no clue where it might be coming from. Any tips/clues would be > appreciated. > > With kind regards, > > Bart. > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > Opensg-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensg-users ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
