Changes between Version 104 and Version 105 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 03/10/25 07:31:31 (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v104 v105 129 129 ||${GLIB_LIBS}|| || 130 130 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. 132 132 133 133 [[br]] … … 138 138 ||${workspace_loc:/lib825ev/Debug-ARM825}|| || 139 139 ||${workspace_loc:/lib825lang/Debug-ARM825}|| || 140 ||${workspace_loc:/lib825sql/Debug-ARM825}|| ||140 ||${workspace_loc:/lib825sql/Debug-ARM825}|| * || 141 141 ||/opt/arm64lib|| || 142 143 * If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825}". 142 144 143 145 **Release-ARM825 build configuration** … … 146 148 ||${workspace_loc:/lib825ev/Release-ARM825}|| || 147 149 ||${workspace_loc:/lib825lang/Release-ARM825}|| || 148 ||${workspace_loc:/lib825sql/Release-ARM825}|| ||150 ||${workspace_loc:/lib825sql/Release-ARM825}|| * || 149 151 ||/opt/arm64lib|| || 152 153 * If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Release-ARM825}". 150 154 151 155 == Next Steps ==