1 2 3 4 5 6 7 8 9 10 11 12 13 14
| 1>------ Début de la génération*: Projet*: test, Configuration*: Debug Win32 ------
1>Édition des liens en cours...
1>LINK : warning LNK4098: conflit entre la bibliothèque par défaut 'LIBCMT' et les autres bibliothèques*; utilisez /NODEFAULTLIB:library
1>Main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall Camera::resize(int,int)" (?resize@Camera@@QAEXHH@Z) référencé dans la fonction "void __cdecl init(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?init@@YAXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>Main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall Camera::apply(void)" (?apply@Camera@@QAEXXZ) référencé dans la fonction "void __cdecl display(void)" (?display@@YAXXZ)
1>Main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall Camera::beginRotate(int,int)" (?beginRotate@Camera@@QAEXHH@Z) référencé dans la fonction "void __cdecl mouse(int,int,int,int)" (?mouse@@YAXHHHH@Z)
1>Main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall Camera::zoom(float)" (?zoom@Camera@@QAEXM@Z) référencé dans la fonction "void __cdecl motion(int,int)" (?motion@@YAXHH@Z)
1>Main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall Camera::move(float,float,float)" (?move@Camera@@QAEXMMM@Z) référencé dans la fonction "void __cdecl motion(int,int)" (?motion@@YAXHH@Z)
1>Main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall Camera::rotate(int,int)" (?rotate@Camera@@QAEXHH@Z) référencé dans la fonction "void __cdecl motion(int,int)" (?motion@@YAXHH@Z)
1>Main.obj : error LNK2019: symbole externe non résolu "public: __thiscall Camera::Camera(void)" (??0Camera@@QAE@XZ) référencé dans la fonction "void __cdecl `dynamic initializer for 'camera''(void)" (??__Ecamera@@YAXXZ)
1>C:\Documents and Settings\pvhp9868\Desktop\test_disp\gmini\test\Debug\test.exe : fatal error LNK1120: 7 externes non résolus
1>Le journal de génération a été enregistré à l'emplacement "file://c:\Documents and Settings\pvhp9868\Desktop\test_disp\gmini\test\test\Debug\BuildLog.htm"
1>test - 8 erreur(s), 1 avertissement(s)
========== Génération*: 0 a réussi, 1 a échoué, 0 mis à jour, 0 a été ignoré ========== |
Partager