Bonjour,

Je vous préviens tout de suite je suis plutôt dans la catégorie débutant avec VS.

Je travail sur un projet composé de divers module. Nous avons décidé de produire une librairie par module. Sachant que certains modules nécécitent l'inclusion des autres pour fonctionner.

Au niveau de la compilation tout se passe bien il me trouve bien les fichier : aucun problème. Par contre au moment du link, il me sort plein d'erreur de type :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
GretaAgentEngineD.lib(BML_AgentEngine.obj) : error LNK2019: symbole externe non résolu "public: __thiscall BAPAnimationJoiner::~BAPAnimationJoiner(void)" (??1BAPAnimationJoiner@@QAE@XZ) référencé dans la fonction "public: int __thiscall BML_AgentEngine::Execute(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,char *,bool)" (?Execute@BML_AgentEngine@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAD_N@Z)
GretaAgentEngineD.lib(BML_AgentEngine.obj) : error LNK2019: symbole externe non résolu "public: virtual __thiscall BAPwriter::~BAPwriter(void)" (??1BAPwriter@@UAE@XZ) référencé dans la fonction "public: int __thiscall BML_AgentEngine::Execute(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,char *,bool)" (?Execute@BML_AgentEngine@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAD_N@Z)
GretaGestureEngineD.lib(MotorPlanner.obj) : error LNK2001: symbole externe non résolu "public: virtual __thiscall BAPwriter::~BAPwriter(void)" (??1BAPwriter@@UAE@XZ)
GretaAgentEngineD.lib(BML_AgentEngine.obj) : error LNK2019: symbole externe non résolu "public: int __thiscall BAPwriter::WriteToFile(class std::vector<class BAPframe *,class std::allocator<class BAPframe *> > *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?WriteToFile@BAPwriter@@QAEHPAV?$vector@PAVBAPframe@@V?$allocator@PAVBAPframe@@@std@@@std@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@@Z) référencé dans la fonction "public: int __thiscall BML_AgentEngine::Execute(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,char *,bool)" (?Execute@BML_AgentEngine@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAD_N@Z)
GretaGestureEngineD.lib(MotorPlanner.obj) : error LNK2001: symbole externe non résolu "public: int __thiscall BAPwriter::WriteToFile(class std::vector<class BAPframe *,class std::allocator<class BAPframe *> > *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?WriteToFile@BAPwriter@@QAEHPAV?$vector@PAVBAPframe@@V?$allocator@PAVBAPframe@@@std@@@std@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@@Z)
GretaAgentEngineD.lib(BML_AgentEngine.obj) : error LNK2019: symbole externe non résolu "public: class std::vector<class BAPframe *,class std::allocator<class BAPframe *> > * __thiscall BAPAnimationJoiner::Join(class std::vector<class BAPframe *,class std::allocator<class BAPframe *> > *,class std::vector<class BAPframe,class std::allocator<class BAPframe> > *)" (?Join@BAPAnimationJoiner@@QAEPAV?$vector@PAVBAPframe@@V?$allocator@PAVBAPframe@@@std@@@std@@PAV23@PAV?$vector@VBAPframe@@V?$allocator@VBAPframe@@@std@@@3@@Z) référencé dans la fonction "public: int __thiscall BML_AgentEngine::Execute(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,char *,bool)" (?Execute@BML_AgentEngine@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAD_N@Z)
GretaAgentEngineD.lib(BML_AgentEngine.obj) : error LNK2019: symbole externe non résolu "public: __thiscall BAPwriter::BAPwriter(void)" (??0BAPwriter@@QAE@XZ) référencé dans la fonction "public: int __thiscall BML_AgentEngine::Execute(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,char *,bool)" (?Execute@BML_AgentEngine@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAD_N@Z)
GretaGestureEngineD.lib(MotorPlanner.obj) : error LNK2001: symbole externe non résolu "public: __thiscall BAPwriter::BAPwriter(void)" (??0BAPwriter@@QAE@XZ)
GretaAgentEngineD.lib(BML_AgentEngine.obj) : error LNK2019: symbole externe non résolu "public: __thiscall BAPAnimationJoiner::BAPAnimationJoiner(void)" (??0BAPAnimationJoiner@@QAE@XZ) référencé dans la fonction "public: int __thiscall BML_AgentEngine::Execute(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,char *,bool)" (?Execute@BML_AgentEngine@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAD_N@Z)
GretaGestureEngineD.lib(GesturePlanner.obj) : error LNK2001: symbole externe non résolu "public: __thiscall BAPframe::BAPframe(class BAPConverter *)" (??0BAPframe@@QAE@PAVBAPConverter@@@Z)
GretaTorsoEngineD.lib(TorsoEngine.obj) : error LNK2001: symbole externe non résolu "public: __thiscall BAPframe::BAPframe(class BAPConverter *)" (??0BAPframe@@QAE@PAVBAPConverter@@@Z)
GretaDataModuleD.lib(TorsoMovementPoint.obj) : error LNK2019: symbole externe non résolu "public: __thiscall BAPframe::BAPframe(class BAPConverter *)" (??0BAPframe@@QAE@PAVBAPConverter@@@Z) référencé dans la fonction "public: __thiscall TorsoSpace::TorsoMovementPoint::TorsoMovementPoint(void)" (??0TorsoMovementPoint@TorsoSpace@@QAE@XZ)
GretaDataModuleD.lib(TorsoGesturePhase.obj) : error LNK2001: symbole externe non résolu "public: __thiscall BAPframe::BAPframe(class BAPConverter *)" (??0BAPframe@@QAE@PAVBAPConverter@@@Z)
GretaDataModuleD.lib(TweenComponent.obj) : error LNK2001: symbole externe non résolu "public: __thiscall BAPframe::BAPframe(class BAPConverter *)" (??0BAPframe@@QAE@PAVBAPConverter@@@Z)
GretaGestureEngineD.lib(MotorPlanner.obj) : error LNK2001: symbole externe non résolu "public: __thiscall BAPframe::BAPframe(class BAPConverter *)" (??0BAPframe@@QAE@PAVBAPConverter@@@Z)
GretaDataModuleD.lib(TorsoMovementPoint.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::CopyAngles(class BAPframe *)" (?CopyAngles@BAPframe@@QAEXPAV1@@Z) référencé dans la fonction "public: __thiscall TorsoSpace::TorsoMovementPoint::TorsoMovementPoint(class TorsoSpace::TorsoMovementPoint const &)" (??0TorsoMovementPoint@TorsoSpace@@QAE@ABV01@@Z)
GretaDataModuleD.lib(TorsoMovementPoint.obj) : error LNK2019: symbole externe non résolu "public: int __thiscall BAPframe::ReadPose(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool,float)" (?ReadPose@BAPframe@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N1M@Z) référencé dans la fonction "public: int __thiscall TorsoSpace::TorsoMovementPoint::LoadPose(int,float)" (?LoadPose@TorsoMovementPoint@TorsoSpace@@QAEHHM@Z)
GretaDataModuleD.lib(TorsoGesturePhase.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::SetTension(float)" (?SetTension@BAPframe@@QAEXM@Z) référencé dans la fonction "public: void __thiscall TorsoSpace::TorsoGesturePhase::CollectKeyframes(class std::vector<class BAPframe,class std::allocator<class BAPframe> > &,float,float,float,float)" (?CollectKeyframes@TorsoGesturePhase@TorsoSpace@@QAEXAAV?$vector@VBAPframe@@V?$allocator@VBAPframe@@@std@@@std@@MMMM@Z)
GretaDataModuleD.lib(TorsoGesturePhase.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::SetContinuity(float)" (?SetContinuity@BAPframe@@QAEXM@Z) référencé dans la fonction "public: void __thiscall TorsoSpace::TorsoGesturePhase::CollectKeyframes(class std::vector<class BAPframe,class std::allocator<class BAPframe> > &,float,float,float,float)" (?CollectKeyframes@TorsoGesturePhase@TorsoSpace@@QAEXAAV?$vector@VBAPframe@@V?$allocator@VBAPframe@@@std@@@std@@MMMM@Z)
GretaDataModuleD.lib(TorsoGesturePhase.obj) : error LNK2019: symbole externe non résolu "public: int __thiscall BAPframe::GetBAP(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?GetBAP@BAPframe@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) référencé dans la fonction "public: void __thiscall TorsoSpace::TorsoGesturePhase::CollectKeyframes(class std::vector<class BAPframe,class std::allocator<class BAPframe> > &,float,float,float,float)" (?CollectKeyframes@TorsoGesturePhase@TorsoSpace@@QAEXAAV?$vector@VBAPframe@@V?$allocator@VBAPframe@@@std@@@std@@MMMM@Z)
GretaDataModuleD.lib(TorsoGesturePhase.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,int)" (?SetBAP@BAPframe@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) référencé dans la fonction "public: void __thiscall TorsoSpace::TorsoGesturePhase::CollectKeyframes(class std::vector<class BAPframe,class std::allocator<class BAPframe> > &,float,float,float,float)" (?CollectKeyframes@TorsoGesturePhase@TorsoSpace@@QAEXAAV?$vector@VBAPframe@@V?$allocator@VBAPframe@@@std@@@std@@MMMM@Z)
GretaDataModuleD.lib(TorsoGesturePhase.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(int,int)" (?SetBAP@BAPframe@@QAEXHH@Z) référencé dans la fonction "public: void __thiscall TorsoSpace::TorsoGesturePhase::CollectKeyframes(class std::vector<class BAPframe,class std::allocator<class BAPframe> > &,float,float,float,float)" (?CollectKeyframes@TorsoGesturePhase@TorsoSpace@@QAEXAAV?$vector@VBAPframe@@V?$allocator@VBAPframe@@@std@@@std@@MMMM@Z)
GretaDataModuleD.lib(NoiseComponent.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(int,int)" (?SetBAP@BAPframe@@QAEXHH@Z) référencé dans la fonction "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::operator+<char,struct std::char_traits<char>,class std::allocator<char> >(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??$?HDU?$char_traits@D@std@@V?$allocator@D@1@@std@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@0@Z)
GretaDataModuleD.lib(TweenComponent.obj) : error LNK2001: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(int,int)" (?SetBAP@BAPframe@@QAEXHH@Z)
GretaTorsoEngineD.lib(TorsoEngine.obj) : error LNK2001: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(int,int)" (?SetBAP@BAPframe@@QAEXHH@Z)
GretaDataModuleD.lib(TorsoGesturePhase.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::CopyAngles(class BAPframe *,float)" (?CopyAngles@BAPframe@@QAEXPAV1@M@Z) référencé dans la fonction "public: void __thiscall TorsoSpace::TorsoGesturePhase::CollectKeyframes(class std::vector<class BAPframe,class std::allocator<class BAPframe> > &,float,float,float,float)" (?CollectKeyframes@TorsoGesturePhase@TorsoSpace@@QAEXAAV?$vector@VBAPframe@@V?$allocator@VBAPframe@@@std@@@std@@MMMM@Z)
GretaDataModuleD.lib(TorsoGesturePhase.obj) : error LNK2019: symbole externe non résolu "public: virtual __thiscall BAPframe::~BAPframe(void)" (??1BAPframe@@UAE@XZ) référencé dans la fonction $L22384
GretaDataModuleD.lib(TweenComponent.obj) : error LNK2001: symbole externe non résolu "public: virtual __thiscall BAPframe::~BAPframe(void)" (??1BAPframe@@UAE@XZ)
GretaGestureEngineD.lib(GesturePlanner.obj) : error LNK2001: symbole externe non résolu "public: virtual __thiscall BAPframe::~BAPframe(void)" (??1BAPframe@@UAE@XZ)
GretaTorsoEngineD.lib(TorsoEngine.obj) : error LNK2001: symbole externe non résolu "public: virtual __thiscall BAPframe::~BAPframe(void)" (??1BAPframe@@UAE@XZ)
GretaDataModuleD.lib(ArmPosition.obj) : error LNK2019: symbole externe non résolu "public: int __thiscall BAPframe::ReadPose(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)" (?ReadPose@BAPframe@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N1@Z) référencé dans la fonction "public: virtual void __thiscall GestureSpace::ArmPosition::GetAngles(class BAPframe &)" (?GetAngles@ArmPosition@GestureSpace@@UAEXAAVBAPframe@@@Z)
GretaDataModuleD.lib(HandShape.obj) : error LNK2001: symbole externe non résolu "public: int __thiscall BAPframe::ReadPose(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)" (?ReadPose@BAPframe@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N1@Z)
GretaDataModuleD.lib(StoredComponent.obj) : error LNK2001: symbole externe non résolu "public: int __thiscall BAPframe::ReadPose(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool,bool)" (?ReadPose@BAPframe@@QAEHV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N1@Z)
GretaDataModuleD.lib(NoiseComponent.obj) : error LNK2019: symbole externe non résolu "public: int __thiscall BAPframe::GetBAP(int)" (?GetBAP@BAPframe@@QAEHH@Z) référencé dans la fonction "public: virtual void __thiscall GestureSpace::NoiseComponent::GetAngles(class BAPframe &)" (?GetAngles@NoiseComponent@GestureSpace@@UAEXAAVBAPframe@@@Z)
GretaDataModuleD.lib(TweenComponent.obj) : error LNK2001: symbole externe non résolu "public: int __thiscall BAPframe::GetBAP(int)" (?GetBAP@BAPframe@@QAEHH@Z)
GretaTorsoEngineD.lib(TorsoEngine.obj) : error LNK2001: symbole externe non résolu "public: int __thiscall BAPframe::GetBAP(int)" (?GetBAP@BAPframe@@QAEHH@Z)
GretaDataModuleD.lib(NoiseComponent.obj) : error LNK2019: symbole externe non résolu "public: bool __thiscall BAPframe::GetMask(int)" (?GetMask@BAPframe@@QAE_NH@Z) référencé dans la fonction "public: virtual void __thiscall GestureSpace::NoiseComponent::GetAngles(class BAPframe &)" (?GetAngles@NoiseComponent@GestureSpace@@UAEXAAVBAPframe@@@Z)
GretaDataModuleD.lib(TweenComponent.obj) : error LNK2001: symbole externe non résolu "public: bool __thiscall BAPframe::GetMask(int)" (?GetMask@BAPframe@@QAE_NH@Z)
GretaPlayerD.lib(AgentAspect.obj) : error LNK2001: symbole externe non résolu "public: bool __thiscall BAPframe::GetMask(int)" (?GetMask@BAPframe@@QAE_NH@Z)
GretaTorsoEngineD.lib(TorsoEngine.obj) : error LNK2001: symbole externe non résolu "public: bool __thiscall BAPframe::GetMask(int)" (?GetMask@BAPframe@@QAE_NH@Z)
GretaDataModuleD.lib(WristAngleSkeleton.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,enum AngleType,double)" (?SetBAP@BAPframe@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4AngleType@@N@Z) référencé dans la fonction "public: void __thiscall GestureSpace::WristAngleSkeleton::GetWristAngles(class BAPframe &,enum GestureSpace::PalmType,enum GestureSpace::FingerBaseType,enum GestureSpace::PalmType,enum GestureSpace::FingerBaseType,enum SideType,float)" (?GetWristAngles@WristAngleSkeleton@GestureSpace@@QAEXAAVBAPframe@@W4PalmType@2@W4FingerBaseType@2@12W4SideType@@M@Z)
GretaDataModuleD.lib(GestureKinematics.obj) : error LNK2001: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,enum AngleType,double)" (?SetBAP@BAPframe@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4AngleType@@N@Z)
GretaGestureEngineD.lib(PathInterpolator.obj) : error LNK2001: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,enum AngleType,double)" (?SetBAP@BAPframe@@QAEXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4AngleType@@N@Z)
GretaDataModuleD.lib(WristAngleSkeleton.obj) : error LNK2019: symbole externe non résolu "public: double __thiscall BAPframe::GetBAPAngle(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,enum AngleType)" (?GetBAPAngle@BAPframe@@QAENV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4AngleType@@@Z) référencé dans la fonction "public: void __thiscall GestureSpace::WristAngleSkeleton::GetWristAngles(class BAPframe &,enum GestureSpace::PalmType,enum GestureSpace::FingerBaseType,enum GestureSpace::PalmType,enum GestureSpace::FingerBaseType,enum SideType,float)" (?GetWristAngles@WristAngleSkeleton@GestureSpace@@QAEXAAVBAPframe@@W4PalmType@2@W4FingerBaseType@2@12W4SideType@@M@Z)
GretaDataModuleD.lib(GestureKinematics.obj) : error LNK2001: symbole externe non résolu "public: double __thiscall BAPframe::GetBAPAngle(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,enum AngleType)" (?GetBAPAngle@BAPframe@@QAENV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4AngleType@@@Z)
GretaDataModuleD.lib(Joint.obj) : error LNK2001: symbole externe non résolu "public: double __thiscall BAPframe::GetBAPAngle(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,enum AngleType)" (?GetBAPAngle@BAPframe@@QAENV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@W4AngleType@@@Z)
GretaDataModuleD.lib(WristAngleSkeleton.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(enum SidelessBAPType,enum SideType,int)" (?SetBAP@BAPframe@@QAEXW4SidelessBAPType@@W4SideType@@H@Z) référencé dans la fonction "public: void __thiscall GestureSpace::WristAngleSkeleton::GetWristAngles(class BAPframe &,enum GestureSpace::PalmType,enum GestureSpace::FingerBaseType,enum GestureSpace::PalmType,enum GestureSpace::FingerBaseType,enum SideType,float)" (?GetWristAngles@WristAngleSkeleton@GestureSpace@@QAEXAAVBAPframe@@W4PalmType@2@W4FingerBaseType@2@12W4SideType@@M@Z)
GretaGestureEngineD.lib(QuatInterpolator.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(enum SidelessBAPType,enum SideType,int)" (?SetBAP@BAPframe@@QAEXW4SidelessBAPType@@W4SideType@@H@Z) référencé dans la fonction "private: void __thiscall GestureSpace::QuatInterpolator::QuatInit(class std::vector<class BAPframe *,class std::allocator<class BAPframe *> >,enum GestureSpace::SplineType)" (?QuatInit@QuatInterpolator@GestureSpace@@AAEXV?$vector@PAVBAPframe@@V?$allocator@PAVBAPframe@@@std@@@std@@W4SplineType@2@@Z)
GretaGestureEngineD.lib(EulerInterpolator.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(enum SidelessBAPType,enum SideType,int)" (?SetBAP@BAPframe@@QAEXW4SidelessBAPType@@W4SideType@@H@Z) référencé dans la fonction "public: virtual void __thiscall GestureSpace::EulerInterpolator::Init(class std::vector<class BAPframe *,class std::allocator<class BAPframe *> >,enum GestureSpace::DOFGroup)" (?Init@EulerInterpolator@GestureSpace@@UAEXV?$vector@PAVBAPframe@@V?$allocator@PAVBAPframe@@@std@@@std@@W4DOFGroup@2@@Z)
GretaDataModuleD.lib(Joint.obj) : error LNK2019: symbole externe non résolu "public: bool __thiscall BAPframe::GetMask(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?GetMask@BAPframe@@QAE_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) référencé dans la fonction "public: void __thiscall GestureSpace::Joint::RotateAbsXYZ(class BAPframe &)" (?RotateAbsXYZ@Joint@GestureSpace@@QAEXAAVBAPframe@@@Z)
GretaPlayerD.lib(AgentAspect.obj) : error LNK2019: symbole externe non résolu "public: virtual __thiscall BAPConverter::~BAPConverter(void)" (??1BAPConverter@@UAE@XZ) référencé dans la fonction __unwindfunclet$??0AgentAspect@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0_N@Z$0
GretaGestureEngineD.lib(MotorPlanner.obj) : error LNK2001: symbole externe non résolu "public: virtual __thiscall BAPConverter::~BAPConverter(void)" (??1BAPConverter@@UAE@XZ)
GretaTorsoEngineD.lib(TorsoEngine.obj) : error LNK2001: symbole externe non résolu "public: virtual __thiscall BAPConverter::~BAPConverter(void)" (??1BAPConverter@@UAE@XZ)
GretaPlayerD.lib(AgentAspect.obj) : error LNK2019: symbole externe non résolu "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall BAPConverter::JointTypeToJointString(int)" (?JointTypeToJointString@BAPConverter@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) référencé dans la fonction "public: __thiscall AgentAspect::AgentAspect(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)" (??0AgentAspect@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0_N@Z)
GretaPlayerD.lib(AgentAspect.obj) : error LNK2019: symbole externe non résolu "public: __thiscall BAPdata::BAPdata(void)" (??0BAPdata@@QAE@XZ) référencé dans la fonction "public: __thiscall AgentAspect::AgentAspect(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)" (??0AgentAspect@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0_N@Z)
GretaPlayerD.lib(AgentAspect.obj) : error LNK2019: symbole externe non résolu "public: __thiscall BAPConverter::BAPConverter(void)" (??0BAPConverter@@QAE@XZ) référencé dans la fonction "public: __thiscall AgentAspect::AgentAspect(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,bool)" (??0AgentAspect@@QAE@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0_N@Z)
GretaGestureEngineD.lib(MotorPlanner.obj) : error LNK2001: symbole externe non résolu "public: __thiscall BAPConverter::BAPConverter(void)" (??0BAPConverter@@QAE@XZ)
GretaTorsoEngineD.lib(TorsoEngine.obj) : error LNK2001: symbole externe non résolu "public: __thiscall BAPConverter::BAPConverter(void)" (??0BAPConverter@@QAE@XZ)
GretaPlayerD.lib(AgentAspect.obj) : error LNK2019: symbole externe non résolu "public: bool __thiscall BAPdata::ReadBAPFile(char *)" (?ReadBAPFile@BAPdata@@QAE_NPAD@Z) référencé dans la fonction "public: int __thiscall AgentAspect::AssignFile(char *)" (?AssignFile@AgentAspect@@QAEHPAD@Z)
GretaPlayerD.lib(AgentAspect.obj) : error LNK2019: symbole externe non résolu "public: bool __thiscall BAPdata::ReadBAPBuffer(char *)" (?ReadBAPBuffer@BAPdata@@QAE_NPAD@Z) référencé dans la fonction "public: int __thiscall AgentAspect::AssignBAPBuffer(char *)" (?AssignBAPBuffer@AgentAspect@@QAEHPAD@Z)
GretaPlayerD.lib(AgentAspect.obj) : error LNK2019: symbole externe non résolu "public: class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall BAPConverter::IntToMJoint(int)" (?IntToMJoint@BAPConverter@@QAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) référencé dans la fonction "public: void __thiscall AgentAspect::LoadBAPFrame(int,class BAPframe *)" (?LoadBAPFrame@AgentAspect@@QAEXHPAVBAPframe@@@Z)
GretaPlayerD.lib(AgentAspect.obj) : error LNK2019: symbole externe non résolu "public: enum joint_type __thiscall BAPConverter::BAPToJointType(int)" (?BAPToJointType@BAPConverter@@QAE?AW4joint_type@@H@Z) référencé dans la fonction "public: void __thiscall AgentAspect::LoadBAPFrame(int,class BAPframe *)" (?LoadBAPFrame@AgentAspect@@QAEXHPAVBAPframe@@@Z)
GretaPlayerD.lib(AgentAspect.obj) : error LNK2019: symbole externe non résolu "public: double __thiscall BAPframe::GetBAPAngle(int,enum AngleType)" (?GetBAPAngle@BAPframe@@QAENHW4AngleType@@@Z) référencé dans la fonction "public: void __thiscall AgentAspect::LoadBAPFrame(int,class BAPframe *)" (?LoadBAPFrame@AgentAspect@@QAEXHPAVBAPframe@@@Z)
GretaPlayerD.lib(BodyData.obj) : error LNK2019: symbole externe non résolu "public: enum joint_type __thiscall BAPConverter::JointStringToJointType(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?JointStringToJointType@BAPConverter@@QAE?AW4joint_type@@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) référencé dans la fonction "public: bool __thiscall BodyData::ReadBodyGeometry(void)" (?ReadBodyGeometry@BodyData@@QAE_NXZ)
GretaGestureEngineD.lib(MotorPlanner.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::CopyAnglesNoMask(class BAPframe *)" (?CopyAnglesNoMask@BAPframe@@QAEXPAV1@@Z) référencé dans la fonction "public: void __thiscall GestureSpace::MotorPlanner::Init(class std::vector<class GestureSpace::Gesture *,class std::allocator<class GestureSpace::Gesture *> > *,int,int)" (?Init@MotorPlanner@GestureSpace@@QAEXPAV?$vector@PAVGesture@GestureSpace@@V?$allocator@PAVGesture@GestureSpace@@@std@@@std@@HH@Z)
GretaGestureEngineD.lib(MotorPlanner.obj) : error LNK2019: symbole externe non résolu "public: __thiscall BAPframe::BAPframe(class BAPConverter *,int)" (??0BAPframe@@QAE@PAVBAPConverter@@H@Z) référencé dans la fonction "public: void __thiscall GestureSpace::MotorPlanner::Init(class std::vector<class GestureSpace::Gesture *,class std::allocator<class GestureSpace::Gesture *> > *,int,int)" (?Init@MotorPlanner@GestureSpace@@QAEXPAV?$vector@PAVGesture@GestureSpace@@V?$allocator@PAVGesture@GestureSpace@@@std@@@std@@HH@Z)
GretaGestureEngineD.lib(MotorPlanner.obj) : error LNK2019: symbole externe non résolu "public: bool __thiscall BAPframe::IsDefined(enum ArmGroupType,enum SideType)" (?IsDefined@BAPframe@@QAE_NW4ArmGroupType@@W4SideType@@@Z) référencé dans la fonction "private: bool __thiscall GestureSpace::MotorPlanner::InitSplines2(class GestureSpace::AbstractInterpolator &,class std::vector<class BAPframe *,class std::allocator<class BAPframe *> > &,enum SideType,enum GestureSpace::DOFGroup)" (?InitSplines2@MotorPlanner@GestureSpace@@AAE_NAAVAbstractInterpolator@2@AAV?$vector@PAVBAPframe@@V?$allocator@PAVBAPframe@@@std@@@std@@W4SideType@@W4DOFGroup@2@@Z)
GretaGestureEngineD.lib(MotorPlanner.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::SetGroupMask(enum ArmGroupType,enum SideType,bool)" (?SetGroupMask@BAPframe@@QAEXW4ArmGroupType@@W4SideType@@_N@Z) référencé dans la fonction "private: void __thiscall GestureSpace::MotorPlanner::FollowThrough(class BAPframe *,class GestureSpace::GesturePhase *,enum SideType,int)" (?FollowThrough@MotorPlanner@GestureSpace@@AAEXPAVBAPframe@@PAVGesturePhase@2@W4SideType@@H@Z)
GretaGestureEngineD.lib(MotorPlanner.obj) : error LNK2019: symbole externe non résolu "public: void __thiscall BAPframe::SetBAP(enum BAPType,enum AngleType,double)"
Merci de votre aide.