<div dir="ltr">On Thu, 18 Oct 2018 at 08:10, Jai Singla <<a href="mailto:jaisingla@gmail.com">jaisingla@gmail.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have built osg3.6.3 with VS2017 and newer dependencies <br>
<a href="https://download.osgvisual.org/3rdParty_VS2017_v141_x64_V11_small.7z" rel="noreferrer" target="_blank">https://download.osgvisual.org/3rdParty_VS2017_v141_x64_V11_small.7z</a> <br>
<br>
and it is successfully built. but, osgviewer --image *.png, *.tiff etc. does not work ?? pls help   <br></blockquote><div><br></div><div>I'm not a Windows user so can't comment on platform specifics, I can provide some general pointers.</div><div><br></div><div>First up, check whether your build has built the plugins - there should a bin/osgPlugins-3.6.3 directory (it might be lib/osgPlugins-3.6.3) containing dll's in the form of osgdb_*.dll, this should contain the osgdb_png.dll if the png plugin compiled.</div><div><br></div><div>If the plugin has built then it's likely that the you haven't installed the OSG's built libs and dll's or haven't set a path to directory that osgPlugins-3.6.3 is installed to so that the OSG can find them.  I think it's PATH env var under Windows is used to point where to search (it's a few years since I touched Windows.)<br></div><div><br></div><div>To help find where the OSG is looking set the env var OSG_NOTIFY_LEVEL to INFO and then have a look at the console output.  This might help show you where it's looking.<br></div><div><br></div><div>Robert.<br></div></div></div>