Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: Super_Stinger on May 28, 2015, 12:28:18 pm

Title: Plugin installed when "One or more plugins were not installed..." is displayed
Post by: Super_Stinger on May 28, 2015, 12:28:18 pm
Hi all. I've started experimenting with the development of plugins for codeblocks. It displays the message "One or more plugins were not installed successfully" dialog box whenever I reload my plugin, showing the .cbplugin path.

However, when I test the plugin, the new features are displayed successfully and it seems to run smoothly ( Just a few log manager functions ).

Do I have to possibly perform any action to remove the dialog box or just go along with it?

A few notes:
I'm running Windows 7 x64, Code::Blocks 13.12, compiled from source.
I had a few issues with compiling wxwidgets and codeblocks from source, thus it became a large mess before arriving with the full IDE showing on my screen. Maybe a fresh restart and compilation may help?

Many Thanks,
Super_Stinger
Title: Re: Plugin installed when "One or more plugins were not installed..." is displayed
Post by: stahta01 on May 28, 2015, 01:38:53 pm
I posted a patch for this bug in one of the last two releases.
I think it was 13.12 but, it might have been 12.??

Edit: Link to patch http://forums.codeblocks.org/index.php/topic,18938.msg129765.html#msg129765 (http://forums.codeblocks.org/index.php/topic,18938.msg129765.html#msg129765)

Tim S.

Title: Re: Plugin installed when "One or more plugins were not installed..." is displayed
Post by: Super_Stinger on May 28, 2015, 01:54:21 pm
Awesome! If this doesn't work, I don't know what will.

Many Thanks,
Super_Stinger