On Mon, 2008-05-05 at 15:12 +0800, Green wrote: > 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
I'm not sure why you'd get this error; the function absolutely exists on line 102 of Window.cpp; it's gotta' be some weird Windows thing, as I do all my development on Linux. I can try building on Windows tonight after work. Same for the error below... > 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 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

