Code::Blocks Forums

User forums => Help => Topic started by: craigger on November 24, 2016, 02:23:10 pm

Title: Pluginmanager can not install Plugin
Post by: craigger on November 24, 2016, 02:23:10 pm
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

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

Do anybody know what's going wrong?

Greatings craigger
Title: Re: Pluginmanager can not install Plugin
Post by: stahta01 on November 24, 2016, 02:32:33 pm
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.


Title: Re: Pluginmanager can not install Plugin
Post by: 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.
Title: Re: Pluginmanager can not install Plugin
Post by: stahta01 on November 24, 2016, 03:01:17 pm
I used the latest version on SVN.
It is Version 16.01 and wxwidgets 3.1.0.

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.