alors voila , j'ai mis tous les fichiers .h dans le repertoire include ( de dev-c++ 4 ) et les fichier .a dans le repertoire lib , mais quand je veux compiler le programme ( meme le plus simple ) il me met
C:\DOCUME~1\BRANT~1\LOCALS~1\Temp\ccMFcaaa.o(.text+0x3c):untitl~1.cpp: undefined reference to `SDL_Init'
C:\DOCUME~1\BRANT~1\LOCALS~1\Temp\ccMFcaaa.o(.text+0x4e):untitl~1.cpp: undefined reference to `SDL_GetError'
C:\DOCUME~1\BRANT~1\LOCALS~1\Temp\ccMFcaaa.o(.text+0x74):untitl~1.cpp: undefined reference to `SDL_Quit'
C:\DOCUME~1\BRANT~1\LOCALS~1\Temp\ccMFcaaa.o(.text+0x8f):untitl~1.cpp: undefined reference to `SDL_SetVideoMode'
C:\DOCUME~1\BRANT~1\LOCALS~1\Temp\ccMFcaaa.o(.text+0xa5):untitl~1.cpp: undefined reference to `SDL_GetError'
C:\DOCUME~1\BRANT~1\LOCALS~1\Temp\ccMFcaaa.o(.text+0xcf):untitl~1.cpp: undefined reference to `SDL_Delay'
c:\quentin\PROGRA~1\DEV-C_~1\Lib\\libmingw32.a(main.o)(.text+0x8e): undefined reference to `WinMain@16'
et je comprend pas cequ'il faut faire , quelqu'un peut m'aider ?