Author Topic: Pluginmanager can not install Plugin  (Read 3061 times)

Offline craigger

  • Single posting newcomer
  • *
  • Posts: 5
Pluginmanager can not install Plugin
« 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

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: Pluginmanager can not install Plugin
« Reply #1 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.


C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline craigger

  • Single posting newcomer
  • *
  • Posts: 5
Re: Pluginmanager can not install Plugin
« Reply #2 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: Pluginmanager can not install Plugin
« Reply #3 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org