Author Topic: CodeBlocks project building stop  (Read 3875 times)

Offline Sord

  • Single posting newcomer
  • *
  • Posts: 3
CodeBlocks project building stop
« 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

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...
« Last Edit: April 06, 2011, 12:00:44 am by Sord »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: CodeBlocks project building stop
« Reply #1 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. ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ