@Pelle: great looking compiler. I hope to use it a lot =D>
Maybe this should be in the C/newbie section because it's been a while since I have done any C programming. Anyways... I'd like to try some x-platform programming with SDL and have now actually managed to compile the SDL "testwin" program. However, I'm not sure if I have installed SDL correctly so could someone please confirm...
- Downloaded sdl source, vc dev and runtime
- Put sdl.dll into system32 dir
- Added SDL dev dirs "include" and "lib" to Pelles tools/options/folders (under the appropriate headings)
I have not actually compiled SDL using PellesC since I figured the libs and dll are already supplied. Correct?
To test I opened the testwin.c code in Pelles, tried to compile and accepted the prompt to create a project. Once that failed I added sdl.lib, SDLmain.lib and msvcrt.lib to the projects linker options and this at least got the program compiled. Result is a blank unresponsive window :|
Any/all help appreciated.