Thanks, Robert. The osgViewer wrapper compiles OK after these changes, but fails to link... I took a look at the first error, CompositViewer::init. It appears to be declared in the header file, but there is no function body anywhere that I could see. So, maybe you just need to check in some updated headers.
I hope you have a nice holiday, -Paul 1>------ Build started: Project: osgWrapper osgViewer, Configuration: Debug Win32 ------ 1>Linking... 1>CompositeViewer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall osgViewer::CompositeViewer::init(void)" ([EMAIL PROTECTED]@osgViewer@@QAEXXZ) referenced in function "public: __thiscall `anonymous namespace'::reflector24::reflector24(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) 1>CompositeViewer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall osgViewer::CompositeViewer::addView(class osgViewer::View *)" ([EMAIL PROTECTED]@osgViewer@@[EMAIL PROTECTED]@@Z) referenced in function "public: __thiscall `anonymous namespace'::reflector24::reflector24(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) 1>Scene.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall osgViewer::Scene::init(void)" ([EMAIL PROTECTED]@osgViewer@@QAEXXZ) referenced in function "public: __thiscall `anonymous namespace'::reflector30::reflector30(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) 1>Scene.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall osgViewer::Scene::addEventHandler(class osgGA::GUIEventHandler *)" ([EMAIL PROTECTED]@osgViewer@@[EMAIL PROTECTED]@@@Z) referenced in function "public: __thiscall `anonymous namespace'::reflector30::reflector30(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) 1>.\../../../bin/Win32/osgwrapper_osgViewerd.dll : fatal error LNK1120: 4 unresolved externals _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
