Changes between Version 60 and Version 61 of Docs/825gen2/Dev/DevVMTechnical


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

--

Legend:

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

    v60 v61  
    9797(*** Preliminary - Most apps are not yet using this. The first app using this is the setup app ***)||
    9898||lib825sql||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825sql/trunk New 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.||
    99 ||lib825db||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825db/trunk New 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 ||
     99||lib825db||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825db/trunk New 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||lib825||http://tech.825spectrum.com/svn/arm825beta/libraries/lib825/trunk Library for old style application compatibility. Should not be used for new applications||
     101||libapp||http://tech.825spectrum.com/svn/arm825beta/libraries/libapp/trunk Library for old style application compatibility. Should not be used for new applications||
     102||libsql||http://tech.825spectrum.com/svn/arm825beta/libraries/libsql/trunk Library for SQLite 3.6.12 and includes C++ wrapper code. Should not be used for new applications||
     103||libsql3_7_9||http://tech.825spectrum.com/svn/arm825beta/libraries/libsql3_7_9/trunk Library for SQLite 3.7.9 (newer than libsql) and includes C++ wrapper code. Should not be used for new applications||
     104
    101105
    102106