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
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.
thank you
now i get this error :
Failed to load shared library "myPlugin.dll"
(Error 126: the specified module not found)
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.