Changes between Version 57 and Version 58 of Docs/825gen2/Dev/DevVMTechnical


Ignore:
Timestamp:
11/25/25 09:21:47 (9 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v57 v58  
    9393Libraries
    9494
    95 ||lib825ev||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825ev/trunk[[BR]]Library for newer style event based applications||
     95||lib825ev||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825ev/trunk Library for newer style event based applications||
    9696||lib825lang||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825lang/trunk
    9797Library for 825 apps to handle multiple languages. A SQLite database holds a common set of strings to be used by multiple apps. Upon first run of an app strings are imported into the database from a UTF-8 CSV file. Read strings are cached into an STL map so database lookup is not required every time the string is needed again. 825 web pages may also retrieve language specific strings by reading the SQLite database using PHP.
    98 (*** Preliminary - Most apps are not yet using this. The first app using this is the setup app ***)||
    99 ||lib825sql||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825sql/trunk
     98(*** Preliminary - Most apps are not yet using this. The first app using this is the setup app ***)|| ||lib825sql||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825sql/trunk
    10099New apps wanting to use C++ wrapper functions for sqlite should use this instead of libsql3_7_9 or libsql. This library provides the C++ wrapper but does not have sqlite3 static code included. Apps using this will use /usr/lib/libsqlite3.so library dynamically loaded. This is a much more current version of sqlite3.||
     100||lib825db||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825db/trunk||
    101101
    102102