Re: [osg-users] Error with osgDB::readRefNodeFiles[Solved]

2016-10-05 Thread Inna Reddy
Hi Mr.Robert, Yes, I have been using osg 3.4.0 version. yes, I realized lately, that I have been practicing the example of the 3.5 Version. I can not upgrade to newer version, because my current project demands me to use OSG 3.4.0 and Qt 5.6. Thank you! Cheers, Inna --

Re: [osg-users] Error with osgDB::readRefNodeFiles

2016-10-04 Thread Inna Reddy
Hi, Sorry, I found my mistake. :) I have to use osg::ref_ptr loadedModel = osgDB::readNodeFiles(arguments); //not the readRefNodeFiles. thanks all . ... Thank you! Cheers, Inna -- Read this topic online here:

[osg-users] Error with osgDB::readRefNodeFiles

2016-10-04 Thread Inna Reddy
Hi all , In my code , I have been using the osgDB::readRefNodefiles. When I do compile the code it throwing me an error saying : Error 2 error C2039: 'readRefNodeFiles' : is not a member of 'osgDB' Error 3 error C3861: 'readRefNodeFiles': identifier not found