Hi Robert,

Cool, I hadn't spotted that milestone go by.  Keep the champage in
reserve for when I tag 1.0 ;-)

Heh, ok :-)


BTW, your fixes didn't fix the linker errors I had also reported:

1>BuildOptionsIO.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall osgDB::TemplateRegisterDotOsgWrapperProxy<class 
BuildOptionsLookUps>::TemplateRegisterDotOsgWrapperProxy<class BuildOptionsLookUps>(class osg::Object *,class std::basic_string<char,struct 
std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class 
std::allocator<char> > const &,bool (__cdecl*)(class osg::Object &,class osgDB::Input &),bool (__cdecl*)(class osg::Object const &,class 
osgDB::Output &),enum osgDB::DotOsgWrapper::ReadWriteMode)" 
(__imp_??0?$templateregisterdotosgwrapperpr...@vbuildoptionslookups@@@osgDB@@q...@pavobject@osg@@abv?$basic_str...@du?$char_traits@d...@std@@v?$alloca...@d@2@@std@@1p6a_naa...@aavinput@1@@zp6a_nab...@aavoutput@1@@zw4readwritem...@dotosgwrapper@1@@Z)
 referenced in function "void __cdecl `dynamic initializer for 'BuildOptions_Proxy''(void)" (??__EBuildOptions_Proxy@@YAXXZ)
1>BuildOptionsIO.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall osgDB::TemplateRegisterDotOsgWrapperProxy<class BuildOptionsLookUps>::~TemplateRegisterDotOsgWrapperProxy<class BuildOptionsLookUps>(void)" (__imp_??1?$templateregisterdotosgwrapperpr...@vbuildoptionslookups@@@osgDB@@q...@xz) referenced in function "void __cdecl `dynamic atexit destructor for 'BuildOptions_Proxy''(void)" (??__FBuildOptions_Proxy@@YAXXZ)

I guess perhaps osgDB::TemplateRegisterDotOsgWrapperProxy is missing an export declaration?

J-S
--
______________________________________________________
Jean-Sebastien Guay    jean-sebastien.g...@cm-labs.com
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to