bonjour,
j'essaie de faire le tutorial



Seulement au moment de la génération j'obtiens

1>Morpion2.obj : error LNK2019: symbole externe non résolu _SDL_Quit référencé dans la fonction _wmain
1>Morpion2.obj : error LNK2019: symbole externe non résolu _SDL_PollEvent référencé dans la fonction _wmain
1>Morpion2.obj : error LNK2019: symbole externe non résolu _SDL_SetVideoMode référencé dans la fonction _wmain
1>Morpion2.obj : error LNK2019: symbole externe non résolu _SDL_WM_SetCaption référencé dans la fonction _wmain
1>Morpion2.obj : error LNK2019: symbole externe non résolu _SDL_GetError référencé dans la fonction _wmain
1>Morpion2.obj : error LNK2019: symbole externe non résolu _SDL_Init référencé dans la fonction _wmain

pourtant j'ai bien indiqué dans options/projets et solutions/ répertoire de c++
ou il devait chercher la bibliothèque et dans include ou il doit chercher le include.

Merci