I get the following errors when recompiling Irrlicht with Visual C++ 2005 Express. I'm using this compiler for 2 days, so write slowly or i won't get it
I get these linker errors
Code: Select all
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall irr::scene::IAnimatedMeshX::useCMeshBones(class irr::core::array<class irr::core::matrix4> *,bool)" (?useCMeshBones@IAnimatedMeshX@scene@irr@@UAEXPAV?$array@Vmatrix4@core@irr@@@core@3@_N@Z)
CXAnimationPlayer.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall irr::scene::IAnimatedMeshX::getBones(class irr::core::array<class irr::core::matrix4> *)" (?getBones@IAnimatedMeshX@scene@irr@@UAEXPAV?$array@Vmatrix4@core@irr@@@core@3@@Z)
.\..\Release/Irrlicht.dll : fatal error LNK1120: 2 unresolved externals
Btw: I'm using Irrlicht for 2 weeks and i haven't done any changes to the source code or to the project settings