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 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,

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

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 th

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 l

Re: [osg-users] curl Plugun + OSG

2009-12-21 Thread Jean-Sébastien Guay
Hi Danny, 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? How are you using OSG now? Are you using binary packages or did you compile it from source yourself? In the former case, you have two options, either continue

[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