News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

External libs with codeBlocks

Started by amd, June 29, 2012, 04:03:17 PM

Previous topic - Next topic

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)
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]