Changes between Version 104 and Version 105 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
03/10/25 07:31:31 (6 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v104 v105  
    129129||${GLIB_LIBS}|| ||
    130130
    131 * For newer apps it is preferred to use 825sql and sqlite3 for dynamically linked SQLite shared object that is already on 825 Gen2. Older recompiled apps may instead use sql3_7_9 which is statically linked. (To use sql3_7_9 library search path "${workspace_loc:/libsql3_7_9/Debug-ARM825}" for Debug-ARM825 configuration or "${workspace_loc:/libsql3_7_9/Release-ARM825}" for Release-ARM825 configuration will also have to be added.
     131* For newer apps it is preferred to use 825sql and sqlite3 for dynamically linked SQLite shared object that is already on 825 Gen2. Older recompiled apps may instead use sql3_7_9 which is statically linked.
    132132
    133133[[br]]
     
    138138||${workspace_loc:/lib825ev/Debug-ARM825}|| ||
    139139||${workspace_loc:/lib825lang/Debug-ARM825}|| ||
    140 ||${workspace_loc:/lib825sql/Debug-ARM825}|| ||
     140||${workspace_loc:/lib825sql/Debug-ARM825}|| * ||
    141141||/opt/arm64lib|| ||
     142
     143* If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825}".
    142144
    143145**Release-ARM825 build configuration**
     
    146148||${workspace_loc:/lib825ev/Release-ARM825}|| ||
    147149||${workspace_loc:/lib825lang/Release-ARM825}|| ||
    148 ||${workspace_loc:/lib825sql/Release-ARM825}|| ||
     150||${workspace_loc:/lib825sql/Release-ARM825}|| * ||
    149151||/opt/arm64lib|| ||
     152
     153* If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Release-ARM825}".
    150154
    151155== Next Steps ==