Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

External libs with codeBlocks

(1/1)

amd:
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

Jenna:
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.

amd:
thank you

now i get this error :

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

MortenMacFly:

--- Quote from: amd on June 29, 2012, 05:05:51 pm ---Failed to load shared library “myPlugin.dll”
(Error 126: the specified module not found)

--- End quote ---
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.

Navigation

[0] Message Index

Go to full version