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


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

--

Legend:

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

    v56 v57  
    8787From application menu select "Utilities", right-click "KCalc" and "Pin to task manager"
    8888
     89== Eclipse Projects ==
     90
     91The following projects should be checked out into the Eclipse workspace workspace_825
     92
     93Libraries
     94
     95||lib825ev||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825ev/trunk[[BR]]Library for newer style event based applications||
     96||lib825lang||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825lang/trunk
     97Library 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
     100New 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.||
    89101
    90102