Skip to content

Code::Blocks doesn't run projects from the projects build directory #3

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Install GQP
2. Create build directory
3. Run cmake for Code::Blocks - MinGW Makefiles
4. Open resulting Code::Blocks project file
5. Select Example target
6. Attempt to run Example target in Code::Blocks IDE

What is the expected output? What do you see instead?
Expect to see Tic-Tac-Toe example program, instead it shows a black screen when 
running the Example program without displaying any graphics because 
Code::Blocks doesn't start the program in the Example folder where it was 
built. GQP should compensate for this by setting the working directory as a 
post build step perhaps, or settings specific CMake options to indicate the 
appropriate working directory. GQE can also solve this problem by forcing a 
directory change to the folder where the Executable was found during the 
ProcessArguments method in the IApp class.

Original issue reported on code.google.com by RyanLind...@gmail.com on 6 Jul 2012 at 5:18

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions