Hi all,
 
    I got  VPB r924 from SVN, and built it with VS2005. The  release version 
worked smoothly. But when ran the osgdemd.exe with osg2.6.0, the error 
"Application initialization failure" jumped out and could trace to file 
osgDB/registry:
 
    " class RegisterDotOsgWrapperProxy
   {  public:
           RegisterDotOsgWrapperProxy(osg::Object* proto,
                                   const std::string& name,
                                   const std::string& associates,
                                   DotOsgWrapper::ReadFunc readFunc,
                                   DotOsgWrapper::WriteFunc writeFunc,
                                   DotOsgWrapper::ReadWriteMode 
readWriteMode=DotOsgWrapper::READ_AND_WRITE)
        {
            if (Registry::instance())
            {
                _wrapper = new 
DotOsgWrapper(proto,name,associates,readFunc,writeFunc,readWriteMode);
                Registry::instance()->addDotOsgWrapper(_wrapper.get());//the 
error jumps out
            }
        }"
 
     I don't know how to avoid this error.  I must have a debug version to 
trace some process. Anyone do me a favor? Thanks very much.
 
     Xuex.
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to