News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code::Blocks Does Not Run Anything Since SFML

Started by Roggie, June 23, 2012, 09:29:41 PM

Previous topic - Next topic

Roggie

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

golden hunter

Hi,

I'm sad to announce that i do not know the answer to your question but i have the same problem as well i hope that you will get a useful answer (unlike my'n soon)

MortenMacFly

Quote from: Roggie on June 23, 2012, 09:29:41 PM
"Setting up SFML 1.6 with Code::Blocks" tutorial.
No link, no version, no platform information, no build log, no samples to reproduce -> no help.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]