Changes between Version 116 and Version 117 of Docs/825gen2/Dev/UpdatingLegacyApps


Ignore:
Timestamp:
03/11/25 13:31:45 (5 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v116 v117  
    132132
    133133||**Includes**||**Description**||
    134 ||"${workspace_loc:/lib825ev/inc}"||Main 825 library||
    135 ||"${workspace_loc:/lib825lang/inc}"||825 Multi language *||
    136 ||"${workspace_loc:/lib825sql/inc}"||825 SQLite *||
     134||"${workspace_loc:/lib825ev/inc}" ,,1,,||Main 825 library||
     135||"${workspace_loc:/lib825lang/inc}" ,,2,,||825 Multi language||
     136||"${workspace_loc:/lib825sql/inc}" ,,3,,||825 SQLite||
    137137||/opt/arm64include|| ||
    138138||/opt/armv8a/fontconfig/usr/include/|| ||
    139139
    140 * 825lang is used by newer apps. This is not needed for recompile of older apps.
    141 
    142 * Older recompiled apps may instead use sql3_7_9. To use sql3_7_9 library change include path "${workspace_loc:/libsql3_7_9/inc}".
     140,,1,, Older apps may use lib825 instead of lib825ev. In this case use "${workspace_loc:/lib825/inc}"
     141
     142,,2,, 825lang is used by newer apps. This is not needed for recompile of older apps.
     143
     144,,3,, Older recompiled apps may instead use sql3_7_9. To use sql3_7_9 library change include path "${workspace_loc:/libsql3_7_9/inc}".
    143145
    144146=== Libraries ===
    145147
    146148||**Library**||**Description**||
    147 ||825ev||Main 825 library||
    148 ||825lang||825 Multi language *||
    149 ||825sql||825 SQLite *||
    150 ||sqlite3||825 SQLite *||
     149||825ev ,,1,,||Main 825 library||
     150||825lang ,,2,,||825 Multi language||
     151||825sql ,,3,,||825 SQLite||
     152||sqlite3 ,,3,,||825 SQLite||
    151153||${UI_LIBS}|| ||
    152154||${CAIRO_LIBS}|| ||
    153155||${GLIB_LIBS}|| ||
    154156
    155 * 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
    156 
    157 * 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 use sql3_7_9 instead of 825sql and remove sqlite3 line. sql3_7_9 is statically linked and includes the sqlite3 library.
     157,,1,, Older apps may use 825 instead of 825ev.
     158
     159,,2,, 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
     160
     161,,3,, 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 use sql3_7_9 instead of 825sql and remove sqlite3 line. sql3_7_9 is statically linked and includes the sqlite3 library.
    158162
    159163[[br]]
     
    165169||${workspace_loc:/lib825lang/Debug-ARM825} ,,2,,||
    166170||${workspace_loc:/lib825sql/Debug-ARM825} ,,3,,||
    167 ||/opt/arm64lib|| ||
     171||/opt/arm64lib||
    168172
    169173,,1,, Older apps may use lib825 instead of lib825ev. In this case use search path: ${workspace_loc:/lib825/Debug-ARM825}