Hello I am trying to make a simple SDL application under windows with Mingw gcc. I like to use msdos console to display some debugging output, but when I insert SDL.h header and I link sdl and sdlmain libs, then console doesn't display anything anymore... I tryed with and without -mconsole flag, this doesn't change. Is this a mess from me or else ? thnx