Hi, In a hope that static osg build will work without these issues I decided to build osg as a static lib with dynamic openthreads lib. I use the same code as qtviewer uses but with special osg initialization that is written in staticosgviewer example:
Code: USE_OSGPLUGIN(osg) USE_OSGPLUGIN(osg2) USE_DOTOSGWRAPPER_LIBRARY(osg) USE_DOTOSGWRAPPER_LIBRARY(osgViewer) ... I get the following link errors: Eproxy_osg is not found. Maybe I have missed something, but when I erase this initialization everything compiles well but the program crashes at start. Please, help me with these issues. I don't know what to do. I just want to make simple test to work. For the previous message I guess that I mixed up debug version of my test program with the release version of the osg library. Thank you! Cheers, Dmitry ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=53479#53479 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

