Hi, i am currently trying to make my first "Hello world" sfml programm. But i am stuck.
Here is the code:
http://pastebin.com/aSevk6Nwand here is my cmd command for compiling:
g++ -o m.exe main.cpp -lsfml-graphics -lsfml-window -lsfml-system
after i succesfully compile the main.cpp i start the m.exe , which print the message this work but after that windows say program not responding. This was the same problem why i switched to cmd from codeblocks.
mingw version is: dw2
sfml version is: GCC 4.7 MinGW (DW2) - 32 bits
All the dlls, includes and libs are in the right places so i rly dont know where is problem.
I would be thankfull for some help