> would someone please inform me as to where I may find the > OSG2.2 dsw project file for MS VS 2005 (C++ ver 8.x)? I can > not find it in the binaries or the source .zips / .exes for Windows.
You need to generate the VS project files using CMake. Try searching for Cmake at openscenegraph.org for more info. > I can not seem to run any example because the ones I'm > running are attempting to use the osgDB::readNodeFile(s) and > it crashes every time on this call. The only thing I can > think of is that I "MUST" compile OSG on my platform (XP w/ > SP2, MS VS 2005) and hope this cures my run-time problem > using the osgDB::readNodeFile(s) commands. Sounds like osgDB is having problem finding the plugins. Others have reported similar problems with the Windows binaries. Maybe if Mike Weiblen is reading this, he can post a status update? I don't recall that anyone has arrived at a bullet-proof solution for this problem. IIRC, as a workaround, you can take the contents of your plugin directory and move it up one level to the bin directory. -Paul _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

