[osg-users] readNodeFile returns null without CURL env variables?

2012-12-05 Thread Tim O'Leary
When I have OSG_CURL_PROXY and OSG_CURL_PROXYPORT set to valid values, the call to osgDB::readNodeFile( foo ) returns a valid pointer, and I'm able to load an *.osg model from my C: drive. When I delete these environment vars, and re-run my project, the call to readNodeFile() returns NULL.

Re: [osg-users] readNodeFile returns null without CURL env variables?

2012-12-05 Thread Ulrich Hertlein
Hi Tim, On 24/10/12 3:59, Tim O'Leary wrote: When I have OSG_CURL_PROXY and OSG_CURL_PROXYPORT set to valid values, the call to osgDB::readNodeFile( foo ) returns a valid pointer, and I'm able to load an *.osg model from my C: drive. When I delete these environment vars, and re-run my