Hi all, After you brought some doubt in my mind, I did a global search ... to find out I had Delta3D installed and on the path ;-) Since it was first on the path, you get the idea. It's probably using OSG 1.0 DLLs. This is a nasty one as, usually, packages don't replicate DLLs from others. Hummm :-)
Thanks to have pointed me in the right direction. Now time to try this getWorldMatrices() function you told me about. I'll keep you updated Robert. Thanks ===================================== Marc Bernatchez Candidat au Ph.D. Ecole Polytechnique de Montreal Montreal, QC, CANADA ===================================== Virtual Reality web site, VResources: http://vresources.org ===================================== Hi Marc, A "can't find entry point" error suggest to me that the application of lib has linked against an exported symbol but then not found the implementation of that symbol. If one looks at the Geode header and source files one can find removeDrawables, its certainly implemented properly in 1.1 This method didn't exist in 1.0 though, it was actually called removeDrawable(,), see the checkin via viewcvs : http://cvs.openscenegraph.net/viewcvs/include/osg/Geode?r1=1.26&r2=1.27 Things point to having a 1.0 library somewhere on the path. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
