Windows DLL Limits and Xojo 64-bit IDE
So we made a change for 64-bit Windows to use TLS only and so we can load 500 DLLs without a problem:
What | FLS use | TLS use |
---|---|---|
Default Visual Studio 64-bit DLL | 1 | 0 |
MBS Plugins 64-bit DLL | 0 | 1 |
Xojo Database Plugins 64-bit | 1 | 0 |
Default Visual Studio 32-bit DLL | 1 | 1 |
MBS Plugins 32-bit DLL | 0 | 2 |
Xojo Database Plugins 32-bit | 1 | 0 |
All per DLL and plus the base level of about 50 TLS handles and 12 FLS handles for Xojo itself.
So for Xojo 2017r3 on Windows, you will definitively need our 17.5 plugins with the fix. Older plugins will only load partially. This fix enables to use to 500 MBS Plugin DLLs if needed and still have room in both tables for other plugins and Xojo itself.