Changes between Version 139 and Version 140 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
10/21/25 14:31:18 (39 hours ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyApps

    v139 v140  
    158158||"${workspace_loc:/lib825lang/inc}" ,,2,,||825 Multi language||
    159159||"${workspace_loc:/lib825sql/inc}" ,,3,,||825 SQLite||
     160||"${workspace_loc:/lib825db/inc}" ,,4,,||825 SQLite/MySQL||
    160161||/opt/arm64include|| ||
    161162
     
    165166
    166167,,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.
    167170
    168171=== Libraries ===