Hello!
After a few weeks programming C++ console based stuff, I wanted to move on and look what I could do with GUI's. Some friends of mine told me to use SFML, so I downloaded it and followed the instructions. THen, I followed the pricice instructions of the "Setting up SFML 1.6 with Code::Blocks" tutorial. When I copypasted the first example in Code::Blocks however, I got a error. That usually happens with me using C++, so I ran over linker-setting et cetera. Weird thing was: everything was correct. And an even weirder thing: nothing ran anymore. Not when I ran the Hello World code, not when I started a complete new console application (what has worked for over two weeks now), when I started the program, I kept getting this (x=number):
Process returned 0 (0x0) execution time : x.xxx s
Press any key to continue
Does anyone know how to solve this?
Roggie