News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Pluginmanager can not install Plugin

Started by craigger, November 24, 2016, 02:23:10 PM

Previous topic - Next topic

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.

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

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.


C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

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.

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.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]