Changes between Version 111 and Version 112 of Docs/825gen2/Dev/UpdatingLegacyApps


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

--

Legend:

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

    v111 v112  
    133133||**Includes**||**Description**||
    134134||"${workspace_loc:/lib825ev/inc}"||Main 825 library||
    135 ||"${workspace_loc:/lib825lang/inc}"||825 Multi language||
     135||"${workspace_loc:/lib825lang/inc}"||825 Multi language *||
    136136||"${workspace_loc:/lib825sql/inc}"||825 SQLite *||
    137137||/opt/arm64include|| ||
    138138||/opt/armv8a/fontconfig/usr/include/|| ||
     139
     140* 825lang is used by newer apps. This is not needed for recompile of older apps.
    139141
    140142* Older recompiled apps may instead use sql3_7_9. To use sql3_7_9 library change include path "${workspace_loc:/libsql3_7_9/inc}".
     
    150152||${CAIRO_LIBS}|| ||
    151153||${GLIB_LIBS}|| ||
     154
     155* 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
    152156
    153157* 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.
     
    169173||**Library search path**||**Description**||
    170174||${workspace_loc:/lib825ev/Release-ARM825}|| ||
    171 ||${workspace_loc:/lib825lang/Release-ARM825}|| ||
     175||${workspace_loc:/lib825lang/Release-ARM825}|| * ||
    172176||${workspace_loc:/lib825sql/Release-ARM825}|| * ||
    173177||/opt/arm64lib|| ||
     178
     179* 825lang is used by newer 825 Gen2 apps. This is not needed for recompile of older apps.
    174180
    175181* If sql3_7_9 library is used change search path to "${workspace_loc:/libsql3_7_9/Release-ARM825}".