How about. I am new using this tool.
I'm trying to run a program in c ++, with the wxsmith plugin in code :: blocks. I recently installed wxwidgets, and I wanted to run a program with a single button, compiling it compiles without any problem, but when I run it I get this:
-------------- Run: Debug in test6 (compiler: GNU GCC Compiler)---------------
Checking for existence: /home/tonny/Documents/Codeblocks Projects/wx/test6/bin/Debug/test6
Executing: /home/tonny/Documents/Codeblocks\ Projects/wx/test6/bin/Debug/test6 (in /home/tonny/Documents/Codeblocks Projects/wx/test6/.)
Process terminated with status -1 (0 minute(s), 0 second(s))
In the directory the exe appears to be able to execute it, however if I try to run from there it seems that it does not do anything.
What am I doing wrong?