Found this usenet site very useful. Particularly the comp.lang.c section was very good.
Archive for April, 2005
UseNet site
April 10, 2005My Team
April 6, 2005Graphics Tutorial – SDL
April 6, 2005Some of the tips to successfully compile and link the projects in the tutorial GFX with SDL
1. Change the directory in Project workspace file
2. Add libmingw32.a, libsdlmain.a and libsdl.a in the linker options.
3. libsdlmain.a should be added before libsdl.a
4. inlcude <iostream.h> and <string.h>

