Changes between Version 115 and Version 116 of Docs/825gen2/Dev/UpdatingLegacyApps
- Timestamp:
- 03/11/25 13:28:17 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyApps
v115 v116 161 161 **Debug-ARM825 build configuration** 162 162 163 ||**Library search path** ||**Description**||164 ||${workspace_loc:/lib825ev/Debug-ARM825} ||||165 ||${workspace_loc:/lib825lang/Debug-ARM825} || *||166 ||${workspace_loc:/lib825sql/Debug-ARM825} || *||163 ||**Library search path** 164 ||${workspace_loc:/lib825ev/Debug-ARM825} ,,1,,|| 165 ||${workspace_loc:/lib825lang/Debug-ARM825} ,,2,,|| 166 ||${workspace_loc:/lib825sql/Debug-ARM825} ,,3,,|| 167 167 ||/opt/arm64lib|| || 168 168 169 * 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. 169 ,,1,, Older apps may use lib825 instead of lib825ev. In this case use search path: ${workspace_loc:/lib825/Debug-ARM825} 170 170 171 * If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825}". 171 ,,2,, 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps. 172 173 ,,3,, If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Debug-ARM825}". 172 174 173 175 **Release-ARM825 build configuration** … … 177 179 ||${workspace_loc:/lib825lang/Release-ARM825} ,,2,,|| 178 180 ||${workspace_loc:/lib825sql/Release-ARM825} ,,3,,|| 179 ||/opt/arm64lib|| ||181 ||/opt/arm64lib|| 180 182 181 183 ,,1,, Older apps may use lib825 instead of lib825ev. In this case use search path: ${workspace_loc:/lib825/Release-ARM825}