I\'m working on a little game using C++ with SDL2 using Code::Blocks 12.11 under Windows 7. I\'m using the mingw32-gcc compiler and downloaded the standard precompiled Windo
Solved (embarrassingly simple):
SDL 1.2 did that outputting into files, SDL 2 does not. However most information (toturials and such) on the net is about SDL 1.2 since SDL 2 is new.
Furthermore compiling with -mwindows sends all stdout and stderr to null.
Compiling without solves my problem.