Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: LETARTARE on February 01, 2015, 06:05:58 pm

Title: SDK in manifest.xml ?
Post by: LETARTARE on February 01, 2015, 06:05:58 pm
Hello,
I consulted all the documentation on plugin :
http://wiki.codeblocks.org/index.php?title=Category:Plugin_development (http://wiki.codeblocks.org/index.php?title=Category:Plugin_development)
and I have no answer to the question :
Quote
What is the role of the reference of the sdk in the manifest?
because you can write what you want without any warning.
Thank you.
Title: Re: SDK in manifest.xml ?
Post by: MortenMacFly on February 02, 2015, 08:06:50 pm
It is used to check if a plugin is bound to an old sdk. Currently this portion is commented and to be honest I don't recall why. The sdk prevents loading old plugins from incompatible sdks anyway.
Title: Re: SDK in manifest.xml ?
Post by: LETARTARE on February 03, 2015, 03:25:58 pm
Thanks you MortenMacFly.