Author Topic: Execution of CodeBlocks\devel\cb.exe failed  (Read 6407 times)

Offline aindrajaya

  • Multiple posting newcomer
  • *
  • Posts: 14
Execution of CodeBlocks\devel\cb.exe failed
« on: October 18, 2016, 02:13:07 pm »

-------------- Run: default in garchu (compiler: GNU GCC Compiler)---------------

Checking for existence: C:\Users\lalala\Desktop\garchu\garchu.dll
Executing: "C:\Program Files (x86)\CodeBlocks\devel\codeblocks.exe"  (in C:\Users\lalala\Desktop\PROJECT\\garchu\.)
Execution of '"C:\Program Files (x86)\CodeBlocks\devel\codeblocks.exe" ' in 'C:\Users\lalala\Desktop\garchu' failed.

I just try to run CB hello world plugin example, and I found that (the bold one). How to fix it ?

this is my serach directories
(Compiler) :
- $(#cb)\src\include
- $(#cb)\src\sdk\wxscintilla\include
- $(#wx.include)
- $(#wx.lib)\gcc_dll\mswu

(Linker) :
- $(#wx.lib)\gcc_dll
- C:\Program Files (x86)\CodeBlocks

Linker settings
- codeblocks
- wxmsw28u

Thanks a lot :D

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Execution of CodeBlocks\devel\cb.exe failed
« Reply #1 on: October 19, 2016, 11:43:57 pm »
Hi,

first: Please use code tags (the # symbol in the Post Editor) to post logs and code...

is this the rigth location?
Code
C:\Program Files (x86)\CodeBlocks\devel\codeblocks.exe

Does the plugin compile? Does a dll exist?

Have you checked if your anti virus isn't blocking the execution?