1. Setting --> Compiler --> SDL GNU GCC Compiler --> Linker setting
-lmingw32 -lSDLmain -lSDL -lSDL_image -lSDL_ttf -lSDL_mixer
2. Setting --> Compiler --> SDL GNU GCC Compiler --> Search Directories --> Compiler
D:\Program File\jar\SDL\include
3. Setting --> Compiler --> SDL GNU GCC Compiler --> Search Directories --> Linker
D:\Program File\jar\SDL\lib
4. SDL Roof File
5. Put all .h file into SDL\include\SDL
6. Put all .dll file into SDL\lib
7. Pull all Object File Library into System32 file, but in my computer .dll files are existing so I no need to do it. ( I don't know why winXP has SDL library >_< )
8. That will automatically link the .h file and .dll file together without setting the lib path and Include path.
I don't know why i didn't setting these tow path but the program is still workable.