Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: amd on June 29, 2012, 04:03:17 pm

Title: External libs with codeBlocks
Post by: amd on June 29, 2012, 04:03:17 pm
Hello,

It's me again I have another problem, I’m trying to use wxSF lib in my C::B and it compiles but when I want to install it says "one or more plugins were not installed successfully"
When I try without the wxSF lib it works fine.

Any idea pls. 
thakns
Title: Re: External libs with codeBlocks
Post by: Jenna on June 29, 2012, 04:29:45 pm
Start C::B with the -v parameter and you get more meaningful messages.

Some of them are most likely unrelated and harmless, but it can lead you in the correct direction.
Title: Re: External libs with codeBlocks
Post by: amd on June 29, 2012, 05:05:51 pm
thank you

now i get this error :

Failed to load shared library “myPlugin.dll”
(Error 126: the specified module not found)

Title: Re: External libs with codeBlocks
Post by: MortenMacFly on June 29, 2012, 07:46:36 pm
Failed to load shared library “myPlugin.dll”
(Error 126: the specified module not found)
This means that you are using a shared library but at runtime this cannot be found as it is not in the PATH. Without more information that's all I can tell.