Re: [osg-users] curl Plugun + OSG

2009-12-24 Thread Robert Osfield
Hi Danny,

Only the svn/trunk version of the 3ds plugin supports reading from istream.

Robert.

On Wed, Dec 23, 2009 at 5:50 PM, Danny Lesnik danny...@walla.co.il wrote:
 Hi,

 Thank you it helped the plugin is now installed.

 It works perfect with .ive files. However, it shows nothing nothing with 3ds 
 file, I'm OK with downloading ive files only,  but I'm curious why I can't 
 work with 3DS extentions.

 Another issue is how to set proxy setting for passing through corporate 
 firewalls?

 Thank you!

 Cheers,
 Danny

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





 ___
 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] curl Plugun + OSG

2009-12-23 Thread Danny Lesnik
Hi,

Thank you it helped the plugin is now installed. 

It works perfect with .ive files. However, it shows nothing nothing with 3ds 
file, I'm OK with downloading ive files only,  but I'm curious why I can't work 
with 3DS extentions. 

Another issue is how to set proxy setting for passing through corporate 
firewalls?

Thank you!

Cheers,
Danny

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





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


Re: [osg-users] curl Plugun + OSG

2009-12-22 Thread Danny Lesnik
Hi Jean-Sebastien,

Thank you for the reply. I've never used CMAKE on windows so this is kind of 
first try for me. 

I downloaded libcurl-7.15.1-msvc-win32-ssl-0.9.8a-zlib-1.2.3.zip file.

It contains 

src
lib
include directory. 

As far as I understand, I need to add CURL_INCLUDE_DIR refers to libcurl\lib 
directory and CURL_LIBRAY refers to root of libcurl source directory? 

Is it correct? 


Thank you!

Cheers,
Danny

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





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


Re: [osg-users] curl Plugun + OSG

2009-12-22 Thread Jean-Sébastien Guay

Hi Danny,


src
lib
include directory. 

As far as I understand, I need to add CURL_INCLUDE_DIR refers to libcurl\lib directory and CURL_LIBRAY refers to root of libcurl source directory? 


Seems to me CURL_INCLUDE_DIR should point to libcurl\include, and 
CURL_LIBRAY should be the filename of the curl library, something like 
libcurl\lib\curllib.lib (CURL_INCLUDE_DIR needs a directory, but 
CURL_LIBRAY needs a file).


Hope this helps,

J-S
--
__
Jean-Sebastien Guayjean-sebastien.g...@cm-labs.com
   http://www.cm-labs.com/
http://whitestar02.webhop.org/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] curl Plugun + OSG

2009-12-21 Thread Danny Lesnik
Hi,

In previous post robert told me that in order to load file from URL I need to 
compile against libcurl plugin. 

Does it mean that I need to recompile OSG with this plugin or do I need to add 
reference to Visual Studio of these libs?

Could anybody clarify and help me with this issue?

Thank you!

Cheers,
Danny

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





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