Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: puneet_m on August 16, 2007, 12:36:43 am
-
I am able to successfuly build code-block source code using code-block IDE.
When I try to execute code-block by hitting the blue arrow, it opens up select-target window. It has a lot of options like tinyXML,sdk,src,scintilla,SqlPlus etc. Which of these options should I select to execute code-block successfuly.
Thanks,
Puneet
-
Hi !
src
Dje
-
It says
Checking for existence: C:\codeblocks-1.0svn4360.tar\src\devel\codeblocks.exe
Executing: "C:\codeblocks-1.0svn4360.tar\src\devel\codeblocks.exe" --debug-log --no-check-associations -ns (in C:\codeblocks-1.0svn4360.tar\src\devel)
Process terminated with status -1 (0 minutes, 3 seconds)
But nothing gets executed.
-
You can check that :
- C:\codeblocks-1.0svn4360.tar\src\devel\codeblocks.exe exists :wink:
- Allow only one runnig instance is not checked in Settings/Environment...
Dje