Re: [osg-users] [osgPlugins] Unable to load plugin for jpeg file....

2009-08-08 Thread manish Choudhary
Hi,
sorry for tht mistake now i find tht actually  i don't have osgdb_jpeg.dll in 
the required directory...it seem tht because of tht i'm unable to load jpeg 
file

where can i get this osgdb_jpeg.dll  ???
if sb have this plz send tht to my id manrak8...@gmail.com
... 

Thank you!

Cheers,
manish

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=15997#15997





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] Unable to load plugin for jpeg file....

2009-08-08 Thread Gordon Tomlinson
See http://www.openscenegraph.org/projects/osg/wiki/Downloads/Dependencies


__
Gordon Tomlinson 

gor...@gordontomlinson.com
IM: gordon3db...@3dscenegraph.com
www.vis-sim.com www.gordontomlinson.com 

__

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of manish
Choudhary
Sent: Saturday, August 08, 2009 6:19 AM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] [osgPlugins] Unable to load plugin for jpeg
file

Hi,
sorry for tht mistake now i find tht actually  i don't have osgdb_jpeg.dll
in the required directory...it seem tht because of tht i'm unable to load
jpeg file

where can i get this osgdb_jpeg.dll  ???
if sb have this plz send tht to my id manrak8...@gmail.com
... 

Thank you!

Cheers,
manish

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=15997#15997





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] Unable to load plugin for jpeg file....

2009-08-08 Thread manish Choudhary
Hi,
i have downloading those dependencies and directory set accordingly but still 
i'm getting the same warning i.e unaable to find plugin

it shows sucessful result for fomrat like .rgb, .tga 

but for .jpg,.png,.tif ..it shows same warning i.e unaable to find plugin .
i'm using visual studio 2008 on vista..

Ididn't find osgdb_jpeg.dll in the dependencies..
In the dependencies I found file realted to jpeg like -:

 
 3rdParty/Header folder- jpeglib
 3rdParty/Library folder- libjpeg  and libjpegD



how can remove this warning related jpeg plugin [ also for tiff and png  plugin 
]???




... 

Thank you!

Cheers,
manish

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=16003#16003





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] Unable to load plugin for jpeg file....

2009-08-08 Thread Gordon Tomlinson
You have to build the OSG plugins that use those dependencies such as
osgdb_jpeg.dll

So you will have to re run CMake and ensure it finds the dependencies

Or down load a pre-built package of OSG see the OSG web site for more
details and a search of the archives of this mail list will also help


__
Gordon Tomlinson 

gor...@gordontomlinson.com
IM: gordon3db...@3dscenegraph.com
www.vis-sim.com www.gordontomlinson.com 

__


-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of manish
Choudhary
Sent: Saturday, August 08, 2009 3:02 PM
To: osg-users@lists.openscenegraph.org
Subject: Re: [osg-users] [osgPlugins] Unable to load plugin for jpeg
file

Hi,
i have downloading those dependencies and directory set accordingly but
still i'm getting the same warning i.e unaable to find plugin

it shows sucessful result for fomrat like .rgb, .tga 

but for .jpg,.png,.tif ..it shows same warning i.e unaable to find plugin
.
i'm using visual studio 2008 on vista..

Ididn't find osgdb_jpeg.dll in the dependencies..
In the dependencies I found file realted to jpeg like -:

 
 3rdParty/Header folder- jpeglib
 3rdParty/Library folder- libjpeg  and libjpegD



how can remove this warning related jpeg plugin [ also for tiff and png
plugin ]???




... 

Thank you!

Cheers,
manish

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=16003#16003





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] Unable to load plugin for jpeg file....

2009-08-07 Thread Martin Beckett
Do you have a osgdb_jpeg.dll file? Is it in a directory on your path ?

Did you build OSG from source? 
You may need the 3rd party add-ons (especially if on windows) this contains the 
low level jpeg library needed the plugin.

Martin

ps. You should probably post in the 'general' forum - this is mainly for people 
writing/fixing plugins.

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=15972#15972





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] Unable to load plugin for jpeg file....

2009-08-07 Thread manish Choudhary
Hi,
I have osgdb_jpegd.dll and it directory is currently set


I have used other image plugin for *.rgb,*.bmp , it was working correctly for 
them
I have seen tht for *.rgb file it was using two dll i.e osgdb_rgbd.dll and 
osgdb_rgb.dll and it required both these dll.
same case i find for *.bmp file...  


But for *.jpef i have only osgdb_jpegd.dll  in the required directory ..

Is this because of not having osgdb_jpeg.dll  ,I'm finding this warning[could 
not find plugin to load *.jpeg file] ?  

or else there is other problem for this warning?

if this is the problem then where can i get this osdb_jpeg.dll 

plz help me in this regard

 

Thank you!

Cheers,
manish

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=15985#15985





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] Unable to load plugin for jpeg file....

2009-08-07 Thread Martin Beckett
The XXXd.dll is the debug version, it will be used by the debug build of osg.

Don't know why you don't have the release version.
As a test I think you should just be able to copy the debug dll to 
osgdb_jpeg.dll (although this might depend on how forgiving your compiler is)

Cheers,
Martin

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=15986#15986





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org