Re: [osg-users] The problem of loading a model in osg

2012-07-09 Thread Jorge D'Alpuim
It seems you are not linking with the correct dll. Please verify it to evade this issue. Good luck, Jorge d'Alpuim -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=48743#48743 ___ osg-users mailing li

Re: [osg-users] The problem of loading a model in osg

2012-07-02 Thread pengfei yan
try it like this:osg::ref_ptr Node_Reader = new osg::Node; -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=48605#48605 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.opensce

[osg-users] The problem of loading a model in osg

2012-06-29 Thread simon
Hi, I'am just beginner of osg. We I test the code of loading a model and dislay it in the screen. I have met a problem. My code is #include #include int main(int argc,char** argv) { osgViewer::Viewer viewer; osg::Node* Node_Reader=NULL; Node_Reader=osgDB::readNodeFile("C:\\Program Files\\OpenS