User forums > Help
CodeBlocks project building stop
(1/1)
Sord:
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
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...
MortenMacFly:
--- Quote from: Sord on April 05, 2011, 11:35:55 pm ---Executing: "D:\Ohjelmointi\Cpp\Dynamic Wall\bin\Release\Dynamic Wall.exe" (in D:\Ohjelmointi\Cpp\Dynamic Wall\.)
--- End quote ---
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. ;-)
Navigation
[0] Message Index
Go to full version