Hi, I am still a newbie and I'm lost. :(
I am using OpenSceneGraph 2.9.7 with MS VS 2005 on Windows 7. I am trying perform the demos in osgOcean. I was able to build OSG 2.9.7 and osgOcean. But I am having troubles reading png and tiff files. (Cannot find plugin message). I Have OSG_NOTIFY_LEVEL = DEBUG So I've perused openscenegraph forums for others who have had difficulties reading png files and have found some sparse posts of problems. I am aware of libpng13(d).lib, osgdb_png.dll and having to place them in certain directories to some extent. But there is this lingering ambiguity that I am not building my projects properly (as evidenced by not finding the png and tiff plugins). Can someone help me verify the macro steps below? Then perhaps I can drill down further to isolate the problem. As a return favor to each of you, when I get good at this (I hope), I will contribute more to the OSG activities. Here is a five mile view of what I tried to do: 0) Build OSG 2.9.7 using CMAKE and VS 2005 (BTW JPEG,PNG,TIFF and other things are missing at this point as reported by CMAKE) 1) Build or obtain binaries [libpng13(d).* and zlib] (troubles linking during the build so I tried using the prebuilt stuff). 2) Obtain osgDB_png(d).dll file from somewhere(I have it but I'm not sure where I got it from or where it should come from). 3) Somehow cram 1) and 2) back into my OSG 2.9.7 project through the placement of files in directories and manipulation of VS 2005 project and build again. 4) Build osgOcean linking to OSG 2.9.7 which theoreticall should now have png file problem resolved. Can someone give me a little guidance of what I might be doing wrong? I don't want a solution as I'm sure you are all busy, I just need some guidance. Perhaps a link to look at? I apologize if the description is a bit nebulous. It is how I am feeling at the moment. Thanks for whatever attention you can give this. Cheers, Adam ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=28798#28798 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

