Re: [MBS] Test for MBS?

2015-07-27 Thread Christian Schmitz
Am 27.07.2015 um 18:51 schrieb Markus Winter markus_win...@online.de: Is it possible to test if MBS is installed? No. See feedback came 9018: feedback://showreport?report_id=9018 Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/

[MBS] Test for MBS?

2015-07-27 Thread Markus Winter
Is it possible to test if MBS is installed? Like #if CurlsMBS.installed then // use MBS code #else // use other code #end if I came across https://forum.xojo.com/4398-conditional-compilation/0 so I wonder … Markus ___

Re: [MBS] Test for MBS?

2015-07-27 Thread Tim Jones
Are you asking this for releasing source code for others to use, or to see if the MBS set is installed on a user’s system? If the first, just make it a requirement for the use of your code. If the second, you’re compiling the project and the plugins are compiled into your app, so you would