Hi, The osgDB solution has as an input lib C:\OpenSceneGraph\3.4.0\3rdParty\lib\zlib1.lib That didn't work for me.
Changing the input libs to C:\OpenSceneGraph\3.4.1\3rdParty\lib\Debug\zlibd.lib C:\OpenSceneGraph\3.4.1\3rdParty\lib\Release\zlib.lib as appropriate does work. Found this problem when updating OSG from 3.4.0 (32 bit) to 3.4.1 (64 bit). The lib ...\3.4.0\...\zlib1.lib exists but it's not the lib required. Build configuration was generated by CMake. Compiler used was VisualStudio 2013 Thank you! Cheers, Tony ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=72022#72022 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

