Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: aindrajaya on October 18, 2016, 02:13:07 pm

Title: Execution of CodeBlocks\devel\cb.exe failed
Post by: aindrajaya 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
Title: Re: Execution of CodeBlocks\devel\cb.exe failed
Post by: BlueHazzard 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?