Thanks Robert, It turns out that USE_OSGPLUGIN is working fine for osgdb_png and osgdb_jpeg. I was simply not aware that I had to link againg libpng.lib ang libjpeg.lib. I though since I compiled osg statically all the support lib symbols are therefore in the osgdb_png/jpeg files.
On linux I had the odd situation that png would work fine by just adding USE_OSGPLUGIN and jpeg was building but segfaulted on execution. After linking properly the segfaulting issue disappeared as well. BTW: does anybody know why libpng is dynamic in the 3rd_party package. Not a big issue just curious. Take Care, stefan ------------------------ stefan hechenberger http://linear.nortd.com ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=16879#16879 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

