Recent content by fafner

  1. F

    Creating SDL applications

    I had tried to compile with the file SDLMain_tmpl.m too ( did you mean that instead of SDLMain.m ? ) . Without that file, I had an undefined symbol _main , even though I had defined the main function. I had read that I needed that SDLmain_tmpl.m file, and once added I got the errors above. I...
  2. F

    Creating SDL applications

    Hello, I have unsuccessfully tried to create SDL applications on Mac OS X since quite some time. No problem with Windows and GNU/Linux (well, almost). Being a complete novice on Mac OS X development probably doesn't help ;) I have tried to compile the following code: #include <SDL/SDL.h> int...
Back
Top