Code::Blocks Forums

User forums => Help => Topic started by: Sord on April 05, 2011, 11:35:55 pm

Title: CodeBlocks project building stop
Post by: Sord on April 05, 2011, 11:35:55 pm
When I try build my project is building there come just:


Checking for existence: D:\Ohjelmointi\Cpp\Dynamic Wall\bin\Release\Dynamic Wall.exe
Executing: "D:\Ohjelmointi\Cpp\Dynamic Wall\bin\Release\Dynamic Wall.exe"  (in D:\Ohjelmointi\Cpp\Dynamic Wall\.)

"Dynamic Wall.exe" starts up and jammed (nothing appear, can see only in windows procress tree) .

"project" is just this tutorial:
http://www.sfml-dev.org/tutorials/1.6/window-opengl.php (http://www.sfml-dev.org/tutorials/1.6/window-opengl.php)

Problem start when I try to build little bit more complex Ogre3D project (There was lot of weird problems). Now I can't build even simple SFML project.
Standard library programs seems to build well.
I am reinstalled IDE (deleted all conf files) and librarys too.

Edit:

And same project work on my laptop...
Title: Re: CodeBlocks project building stop
Post by: MortenMacFly on April 06, 2011, 06:35:49 am
Executing: "D:\Ohjelmointi\Cpp\Dynamic Wall\bin\Release\Dynamic Wall.exe"  (in D:\Ohjelmointi\Cpp\Dynamic Wall\.)
A wild guess: Does you project depend on libs? Than setup the execution path (project properties) to the binary folder. Otherwise dependencies may not be found. If that's the case, correct your code that this would throw an error any not freeze the app. ;-)