|
楼主 |
发表于 2010-3-19 13:59:31
|
显示全部楼层
qtmaind.lib
QtCored4.lib
QtGuid4.lib
osgd.lib
osgdbd.lib
osgGAd.lib
osgViewerd.lib
osgUtild.lib
osgSimd.lib
把以上的添加到工程中
wu_java 发表于 2010-3-19 13:52
现在还有这三个错误:
1>QOSGViewer.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall osg::MatrixTransform::setMatrix(class osg::Matrixf const &)" ([email=__imp_?setMatrix@MatrixTransform@osg@@QAEXABVMatrixf@2@@Z]__imp_?setMatrix@MatrixTransform@osg@@QAEXABVMatrixf@2@@Z[/email]),该符号在函数 "public: void __thiscall QOSGViewer::initSceneGraph(void)" ([email=?initSceneGraph@QOSGViewer@@QAEXXZ]?initSceneGraph@QOSGViewer@@QAEXXZ[/email]) 中被引用
1>QOSGViewer.obj : error LNK2001: 无法解析的外部符号 "public: virtual bool __thiscall osg::MatrixTransform::computeLocalToWorldMatrix(class osg::Matrixf &,class osg::NodeVisitor *)const " ([email=?computeLocalToWorldMatrix@MatrixTransform@osg@@UBE_NAAVMatrixf@2@PAVNodeVisitor@2@@Z]?computeLocalToWorldMatrix@MatrixTransform@osg@@UBE_NAAVMatrixf@2@PAVNodeVisitor@2@@Z[/email])
1>QOSGViewer.obj : error LNK2001: 无法解析的外部符号 "public: virtual bool __thiscall osg::MatrixTransform::computeWorldToLocalMatrix(class osg::Matrixf &,class osg::NodeVisitor *)const " ([email=?computeWorldToLocalMatrix@MatrixTransform@osg@@UBE_NAAVMatrixf@2@PAVNodeVisitor@2@@Z]?computeWorldToLocalMatrix@MatrixTransform@osg@@UBE_NAAVMatrixf@2@PAVNodeVisitor@2@@Z[/email])
该添加什么lib文件呢? |
|