Citation:
1>------ Début de la génération : Projet : lesson1, Configuration : Debug Win32 ------
1>Compilation en cours...
1>Lesson1.cpp
1>Compilation du manifeste en ressources en cours...
1>Édition des liens en cours...
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__UnregisterClassA@8 référencé dans la fonction "void __cdecl KillGLWindow(void)" (?KillGLWindow@@YAXXZ)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__DestroyWindow@4 référencé dans la fonction "void __cdecl KillGLWindow(void)" (?KillGLWindow@@YAXXZ)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__ReleaseDC@8 référencé dans la fonction "void __cdecl KillGLWindow(void)" (?KillGLWindow@@YAXXZ)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__MessageBoxA@16 référencé dans la fonction "void __cdecl KillGLWindow(void)" (?KillGLWindow@@YAXXZ)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__ShowCursor@4 référencé dans la fonction "void __cdecl KillGLWindow(void)" (?KillGLWindow@@YAXXZ)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__ChangeDisplaySettingsA@8 référencé dans la fonction "void __cdecl KillGLWindow(void)" (?KillGLWindow@@YAXXZ)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__SetFocus@4 référencé dans la fonction "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__SetForegroundWindow@4 référencé dans la fonction "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__ShowWindow@8 référencé dans la fonction "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__SetPixelFormat@12 référencé dans la fonction "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__ChoosePixelFormat@8 référencé dans la fonction "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__GetDC@4 référencé dans la fonction "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__CreateWindowExA@48 référencé dans la fonction "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__AdjustWindowRectEx@16 référencé dans la fonction "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__RegisterClassA@4 référencé dans la fonction "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__LoadCursorA@8 référencé dans la fonction "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__LoadIconA@8 référencé dans la fonction "int __cdecl CreateGLWindow(char *,int,int,int,bool)" (?CreateGLWindow@@YAHPADHHH_N@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__DefWindowProcA@16 référencé dans la fonction "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@IIJ@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__PostQuitMessage@4 référencé dans la fonction "long __stdcall WndProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WndProc@@YGJPAUHWND__@@IIJ@Z)
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__SwapBuffers@4 référencé dans la fonction _WinMain@16
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__DispatchMessageA@4 référencé dans la fonction _WinMain@16
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__TranslateMessage@4 référencé dans la fonction _WinMain@16
1>Lesson1.obj : error LNK2019: symbole externe non résolu __imp__PeekMessageA@20 référencé dans la fonction _WinMain@16
1>.\Debug/lesson1.exe : fatal error LNK1120: 23 externes non résolus
1>Le journal de génération a été enregistré à l'emplacement "file://c:\Users\Jean-Claude\Desktop\Lesson01\Debug\BuildLog.htm"
1>lesson1 - 24 erreur(s), 0 avertissement(s)
========== Génération : 0 a réussi, 1 a échoué, 0 mis à jour, 0 a été ignoré ==========
mais en fait tout ça se fait automatiquement lorsque j'ouvre la lesson 1 de nehe avec VS2005.