Hello ! > when I begin a program I start with.... > > #include SDL.h You must write it so : #include "SDL.h" > int main()(int argc, char*, arvg[]) This is also wrong : int main (int argc, char *argv []) CU