|
我刚刚安装了osg-vs8.0的版本,
想试验一下里面的example,编译通过了,但是执行的时候出现了一大堆错误,全部都是此类问题:
1>OsgTest.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall osg::AnimationPath::insert(double,class osg::AnimationPath::ControlPoint const &)" (__imp_?insert@AnimationPath@osg@@QAEXNABVControlPoint@12@@Z),该符号在函数 "class osg::AnimationPath * __cdecl createAnimationPath(class osg::Vec3f const &,float,double)" (?createAnimationPath@@YAPAVAnimationPath@osg@@ABVVec3f@2@MN@Z) 中被引用
如何解决,是不是有些地方没有设置的缘故?
请指教,谢谢。 |
|