Author Topic: External libs with codeBlocks  (Read 5710 times)

Offline amd

  • Single posting newcomer
  • *
  • Posts: 9
External libs with codeBlocks
« 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: External libs with codeBlocks
« Reply #1 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.

Offline amd

  • Single posting newcomer
  • *
  • Posts: 9
Re: External libs with codeBlocks
« Reply #2 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)


Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: External libs with codeBlocks
« Reply #3 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ