Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: tiwag on October 07, 2005, 01:15:53 pm
-
since Yiannis commited today the files with the following log message
Log Message:
* Added extra parameter "trimSpaces" in GetArrayFromString()
* Removed cbPlugin::GetSDKVersionMajor() and cbPlugin::GetSDKVersionMinor() (moved inside following macros).
* Added CB_DECLARE_PLUGIN() and CB_IMPLEMENT_PLUGIN(name) to ease the plugin binding.
* Updated all plugins in CVS to use the above macros.
* Fixed code generated from PluginWizard to comply to the above changes.
* Fixed warnings in code generated from PluginWizard for cbProjectWizardPlugin plugins
the contributed plugins aren't recogniced any longer.
i hope this can be repaired soon.
-
I 've fixed the plugins in plugins/contrib shortly after the first commit. Try a cvs update.
AFAIR the only plugin I haven't updated is svn but this is not in our CVS...
-
Which plugins don't work for you?
-
Which plugins don't work for you?
wxSmith and Help-plugin
edit:
maybe they work again after i recompile em :wink:
-
Hehe, the plugins in the contrib dir are *not* part of the main build process in windows :)
You have to compile them separately.
-
my god! - i'm so stupid - :roll:
Hehe, the plugins in the contrib dir are *not* part of the main build process in windows :)
You have to compile them separately.
i did so now ...
... and everything is working properly (of course)
sorry for my false-alarm