Since yesterday I have been unable to run any applications which use MBS plugins. They seem to be loading but when I try and run an application using LogoMBS as an example - I get an error saying that a picture was expected but got Int32.
Have started from scratch on a new Win 11 PC - clean install - but still getting the same issue. Any ideas welcome.
If you are updating MBS, donāt. Using an old Xojo you must stick with a compatible old MBS.
You will get troubles the other way too at any time. The OS may deprecate something and later your app will only run in older systems. (more rare case).
2019 r1.1 fails - plugins load, place the cursor over the function and it correctly reports the calling parameters and return value e.g. registerMBSPlugin will show the vars it needs but when you try and run the application it says it canāt be found.
The projects I am trying to build were all building fine with no additional requirements on Monday. So far I have been able to copy back and license the main, sql, dynapdf and chart director plugins and build without error.
I have managed to recover the urgent project by only adding back the plugins required. The plan now is to create a simple app which will make a single call to all the plugins we use to test for errors after windows updates.
This is where my app Plugins Pro could come in handy (but only for one Xojo installation at a time). It manages local copies of plugins, so that you can āactivateā and ādeactivateā them from Xojo.
By making and organizing sets in Plugins Pro, you could use the tool to quickly restore all the plugins you need.