News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

CodeBlocks project building stop

Started by Sord, April 05, 2011, 11:35:55 PM

Previous topic - Next topic

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\.)
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. ;-)
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]