Sunday, April 10, 2005

UseNet site

Found this usenet site very useful. Particularly the comp.lang.c section was very good.

Wednesday, April 06, 2005


Procurement PQE Team Posted by Hello

Graphics Tutorial - SDL

Some 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>