Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Oct 29, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 6 Jul 2012 at 5:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant