Author Topic: SDK in manifest.xml ?  (Read 5684 times)

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
SDK in manifest.xml ?
« 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
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.
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: SDK in manifest.xml ?
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: SDK in manifest.xml ?
« Reply #2 on: February 03, 2015, 03:25:58 pm »
Thanks you MortenMacFly.
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl