There are two link errors: The first:
1>osgwidgetscrolled.obj : error LNK2019: unresolved external symbol "public: bool __thiscall osgWidget::Window::EmbeddedWindow::setWindow(class osgWidget::Window *)" ([EMAIL PROTECTED]@[EMAIL PROTECTED]@@QAE_NPAV23@@Z) referenced in function _main 1>Debug\osgwidgetscrolledd.exe : fatal error LNK1120: 1 unresolved externals The second: 2>EmbeddedWindow.obj : error LNK2019: unresolved external symbol "public: __thiscall osgWidget::Window::EmbeddedWindow::EmbeddedWindow(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,float,float)" ([EMAIL PROTECTED]@osgWidget@@[EMAIL PROTECTED]@[EMAIL PROTECTED] @std@@[EMAIL PROTECTED]@2@@std@@[EMAIL PROTECTED]) referenced in function "void __cdecl `dynamic initializer for 'g_osgWidget_EmbeddedWindowProxy''(void)" (??__Eg_osgWidget_EmbeddedWindowProxy@@YAXXZ) 2>Debug\osgdb_osgwidgetd.dll : fatal error LNK1120: 1 unresolved externals Could anyone tell me what's wrong? I have checked my lib, and they are all set correctly.
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

