[osg-users] Mac OSX - CGL graphic context and OpenSceneGraph 3.0.0

2011-08-20 Thread Guido Lucci Baldassari
Good evening to everyone I'm not very skilled using osg itself, so maybe everything I'm going to say below is wrong. Anyway: I have a problem displaying osg content with my plugin, since I updated to OSG 3. Inside my extension, I create a CGLContextObj, then I pass it to osgviewer. >From the deb

[osg-users] Mac OSX - CGL graphic context and OpenSceneGraph 3.0.0

2011-08-20 Thread Guido Lucci Baldassari
Good evening to everyone I'm not very skilled using osg itself, so maybe everything I'm going to say below is wrong. Anyway: I have a problem displaying osg content with my plugin, since I updated to OSG 3. Inside my extension, I create a CGLContextObj, then I pass it to osgviewer. >From the deb

Re: [osg-users] Mac OSX | Problem loading curl-plugin inside OSG-web-plugin

2011-08-10 Thread Guido Lucci Baldassari
Thank you very much :) Regards G. Il giorno 09.ago.2011, alle ore 11:56, Stephan Maximilian Huber ha scritto: > Hi, > > Am 08.08.11 18:22, schrieb Guido Lucci Baldassari: >> Does anyone know how I can obtain the path of @loader_path at runtime >> (a better solution than ge

Re: [osg-users] Mac OSX | Problem loading curl-plugin inside OSG-web-plugin

2011-08-08 Thread Guido Lucci Baldassari
maybe in appendPlatformSpecificResourceFilePAths ?). Thanks everyone for help :) Another question: Does anyone know how I can obtain the path of @loader_path at runtime (a better solution than getenv(PWD))? Thanks in advance Regards G. Il giorno 08.ago.2011, alle ore 01:08, Guido Lucci Baldassari ha scritto: > Hi! Th

Re: [osg-users] Mac OSX | Problem loading curl-plugin inside OSG-web-plugin

2011-08-07 Thread Guido Lucci Baldassari
osgdb_curl.so" ? All references to the > osg-libs should begin with @loader_path. > > > cheers, > Stephan > > > Am 07.08.11 17:53, schrieb Guido Lucci Baldassari: >> Good afternoon to everyone. >> I'm on the early deployment phase of our OSG-based web plugin.

[osg-users] Mac OSX | Problem loading curl-plugin inside OSG-web-plugin

2011-08-07 Thread Guido Lucci Baldassari
Good afternoon to everyone. I'm on the early deployment phase of our OSG-based web plugin. I'm trying to embed all the needed libraries inside the package bundle, in order to ease the distribution and the installation for the final user. Unfortunately I encountered some problems with the curl pl