| | 89 | == Eclipse Projects == |
| | 90 | |
| | 91 | The following projects should be checked out into the Eclipse workspace workspace_825 |
| | 92 | |
| | 93 | Libraries |
| | 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 |
| | 97 | Library 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 |
| | 100 | 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.|| |