1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
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 glw::Window::swap(void)" (?swap@Window@glw@@QAEXXZ) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: enum glw::Event __thiscall glw::Window::event(void)const " (?event@Window@glw@@QBE?AW4Event@2@XZ) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: bool __thiscall glw::Window::poll(void)" (?poll@Window@glw@@QAE_NXZ) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: double __thiscall glw::Window::time(void)" (?time@Window@glw@@QAENXZ) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: __thiscall glw::Window::Window(class glw::Setting const &)" (??0Window@glw@@QAE@ABVSetting@1@@Z) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall glw::Setting::stencilBuffer(unsigned char)" (?stencilBuffer@Setting@glw@@QAEXE@Z) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall glw::Setting::depthBuffer(unsigned char)" (?depthBuffer@Setting@glw@@QAEXE@Z) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall glw::Setting::colorBuffer(unsigned char)" (?colorBuffer@Setting@glw@@QAEXE@Z) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall glw::Setting::height(unsigned short)" (?height@Setting@glw@@QAEXG@Z) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall glw::Setting::width(unsigned short)" (?width@Setting@glw@@QAEXG@Z) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: void __thiscall glw::Setting::title(char const *)" (?title@Setting@glw@@QAEXPBD@Z) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: __thiscall glw::Setting::Setting(void)" (??0Setting@glw@@QAE@XZ) référencé dans la fonction "int __cdecl glw_main(int,char * *)" (?glw_main@@YAHHPAPAD@Z)
1>main.obj : error LNK2019: symbole externe non résolu "public: __thiscall glw::Window::~Window(void)" (??1Window@glw@@QAE@XZ) référencé dans la fonction "public: void * __thiscall glw::Window::`scalar deleting destructor'(unsigned int)" (??_GWindow@glw@@QAEPAXI@Z)
1>libcpmtd.lib(xdebug.obj) : error LNK2019: symbole externe non résolu __malloc_dbg référencé dans la fonction "void * __cdecl operator new(unsigned int,struct std::_DebugHeapTag_t const &,char *,int)" (??2@YAPAXIABU_DebugHeapTag_t@std@@PADH@Z)
1>libcpmtd.lib(xdebug.obj) : error LNK2019: symbole externe non résolu __free_dbg référencé dans la fonction "void __cdecl operator delete(void *,struct std::_DebugHeapTag_t const &,char *,int)" (??3@YAXPAXABU_DebugHeapTag_t@std@@PADH@Z)
1>LIBCMT.lib(crt0.obj) : error LNK2019: symbole externe non résolu _main référencé dans la fonction ___tmainCRTStartup
1>C:\Documents and Settings\Leclerc\Mes documents\Visual Studio 2005\Projects\Test Console\Debug\Test Console.exe : fatal error LNK1120: 16 externes non résolus |
Partager