Hello,
The new bug fix version of PureBasic is available on your online account. Change list:
About the new flag in UseSQLiteDatabase(): if you don't use the flag, it will link the static lib as usual. If you use the flag, it won't link the static lib at all (ie: much smaller exe, but requiers a DLL). When using the DLL it's easier to use the latest available version of SQLite without waiting for a PB update.
Note : The flag is just the DLL pathname, similar to UseMySQLDatabase().
Have fun !
The Fantaisie Software team
The new bug fix version of PureBasic is available on your online account. Change list:
- SQLite added DLL support (new parameter in UseSQLiteDatabase())
- Updated SQLite to 3.27.0
- Bug fixes
About the new flag in UseSQLiteDatabase(): if you don't use the flag, it will link the static lib as usual. If you use the flag, it won't link the static lib at all (ie: much smaller exe, but requiers a DLL). When using the DLL it's easier to use the latest available version of SQLite without waiting for a PB update.
Note : The flag is just the DLL pathname, similar to UseMySQLDatabase().
Have fun !
The Fantaisie Software team