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

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 563
  • 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-13670, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-4.1.5
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-14.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3, gcc-13.3.0,
=> !! The messages are translated by 'Deepl'

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
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: 563
  • 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-13670, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-4.1.5
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-14.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3, gcc-13.3.0,
=> !! The messages are translated by 'Deepl'