Hi folks,

I'm having some trouble linking the osganimationeasemotion example under VC90. 
I get linking errors, all of them related to osgWidget. Any ideas?


Code:
1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) 
protected: virtual struct osgWidget::Window::Sizes __thiscall 
osgWidget::Table::_getHeightImplementation(void)const " 
(__imp_?_getHeightImplementation@Table@osgWidget@@MBE?AUSizes@Window@2@XZ)
1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) 
protected: virtual struct osgWidget::Window::Sizes __thiscall 
osgWidget::Table::_getWidthImplementation(void)const " 
(__imp_?_getWidthImplementation@Table@osgWidget@@MBE?AUSizes@Window@2@XZ)
1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) 
protected: virtual void __thiscall 
osgWidget::Table::_resizeImplementation(float,float)" 
(__imp_?_resizeImplementation@Table@osgWidget@@MAEXMM@Z)
1>main.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) 
public: virtual bool __thiscall osgWidget::Table::addWidget(class 
osgWidget::Widget *)" (__imp_?addWidget@Table@osgWidget@@UAE_NPAVWidget@2@@Z)
...




Thank you!

Cheers,
Daniel

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=38320#38320





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to