Hi,
I've downloaded the mingw 4.7 compiler and enabled C++11. Everything worked fine on 4.6.
I can compile my code but it doesn't run.
Debugger returns:
0 0x691c2811 sf::VideoMode::VideoMode(unsigned int, unsigned int, unsigned int)
1 0x004755a6 main
I've tried both
Windows 32 bits - GCC DW2
Windows 32 bits - GCC SJLJ
Neither works for me.
Any suggestions what I might be doing wrong?
Compiler:>mingw 4.7 C++11;
IDE:>Codelite;
( Yes I have tried SFML code only to run a window )