User forums > Help

Pluginmanager can not install Plugin

(1/1)

craigger:
Hi,

i'm new at developing plugins for Codeblocks and tried to build a plugin with a C::B Plugin Project. The Code was build without errors.
Then I want to install the plugin with pluginmanager and following error appiered.


--- Code: ---One or more Plugins were not loaded. This usually happend when a plugin is build for a different version of the Code::Blocks SDK.
List of failed plugins:
Testplugin.dll
--- End code ---

The build and the execution version of Codeblocks are the same (C::B 16.01).

Do anybody know what's going wrong?

Greatings craigger

stahta01:
What CB source-code version are you using? In needs to match the run-time version or in some cases a lower version will work.

The version of CB used to build the plugin does NOT matter.

Tim S.


craigger:
I used the latest version on SVN.
It is Version 16.01 and wxwidgets 3.1.0.

stahta01:

--- Quote from: craigger on November 24, 2016, 02:39:34 pm ---I used the latest version on SVN.
It is Version 16.01 and wxwidgets 3.1.0.

--- End quote ---

Then, it will never work!

You need to build Code::Blocks with wxwidgets 3.1.0 to have a plugin use wxwidgets 3.1.0.
If the plugin is built with the latest version on SVN; then, the CB running it needs to be built with latest version on SVN.

NOTE: The latest version on SVN is NOT Version 16.01!!

Tim S.

Navigation

[0] Message Index

Go to full version