Changes between Version 139 and Version 140 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 10/21/25 14:31:18 (39 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v139 v140 158 158 ||"${workspace_loc:/lib825lang/inc}" ,,2,,||825 Multi language|| 159 159 ||"${workspace_loc:/lib825sql/inc}" ,,3,,||825 SQLite|| 160 ||"${workspace_loc:/lib825db/inc}" ,,4,,||825 SQLite/MySQL|| 160 161 ||/opt/arm64include|| || 161 162 … … 165 166 166 167 ,,3,, Older recompiled apps may instead use //sql// or //sql3_7_9//. If it is //sql// it is recommended to change it to use //sql3_7_9//. To use //sql3_7_9// library change include path "${workspace_loc:/libsql3_7_9/inc}". 168 169 ,,4,, Newer apps may be updated to use //lib825db// instead of //lib825sql//. //lib825db// use will require code changes, but allows for support of SQLite and MySQL databases using mostly common code. 167 170 168 171 === Libraries ===