Author Topic: Execute CodeBlock  (Read 3391 times)

Offline puneet_m

  • Multiple posting newcomer
  • *
  • Posts: 73
Execute CodeBlock
« 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

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Execute CodeBlock
« Reply #1 on: August 16, 2007, 12:45:39 am »
Hi !

src

Dje

Offline puneet_m

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: Execute CodeBlock
« Reply #2 on: August 16, 2007, 12:48:33 am »
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.


Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Execute CodeBlock
« Reply #3 on: August 16, 2007, 12:59:05 am »
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