How about this one

Started by
1 comment, last by erissian 16 years, 8 months ago
i need to use some codes wrote by someothers,after i add some of it,the net 2005 told me something unhappy. as the .net 2005 said: MotionClip.obj : error LNK2019: unresolved external symbol "class Vector3 __cdecl operator*(class Matrix3x3 const &,class Vector3 const &)" (??D@YA?AVVector3@@ABVMatrix3x3@@ABV0@@Z) referenced in function "protected: void __thiscall MotionClip::init(class BVH *)" (?init@MotionClip@@IAEXPAVBVH@@@Z) so,what's going on? miss *.cpp or *.h file? Actually, i did it.
Advertisement
Either a missing cpp, or a missing definition. You need to define
Vector3 operator*(const Matrix3x3 &, const Vector3 &) somewhere.
So you had a problem, solved it before you finished posting, but figured you would tell us anyways? Am I missing something?
We''re sorry, but you don''t have the clearance to read this post. Please exit your browser at this time. (Code 23)

This topic is closed to new replies.

Advertisement