Xojo 64-bit notes
I did build everything as 64-bit within the last 24 hours. A few things had to be fixed so it compiles, but mostly I prepared this for the last two years. The IDE in version 2015r3a1 loads all my plugins and builds using them. It takes long if you have all the plugins installed, so I recommend to use only the once you need. Some things work:
- MBSVersionString function reports plugin version.
- LogoMBS returns our logo picture, so picture creation seems to work fine.
- DynaPDF Plugin creates PDF already
- SQL Plugin can connect to SQLite and do things.
PS: I consider even with 64-bit to let the plugin not create strings over 2 GB. Not sure if Xojo will allow it, but it may not make much sense.