jvcllaz: Add JvTimeFramework components, incl adapted demo which uses sqlite3 instead of BDE.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7097 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-08-07 15:55:11 +00:00
parent c7dda5d7a3
commit 408079c041
42 changed files with 32355 additions and 18 deletions

View File

@@ -0,0 +1,18 @@
The JvTimeFrameDemo of the JVCL Lazarus port uses an SQLite3 database to store
the data. In order to run this demo you must have SQLite3 installed, or you must
copy the sqlite3.dll to the folder with JvTimeFrameDemo.exe.
It is also required to copy the data base file, data.sqlite, from the source
directory (the directory which contains this readme.txt) to the folder with
JvTimeFrameDemo.exe.
--------------------------------------------------------------------------------
Original text:
The PhotoOp demo uses a Paradox database to store the data. In order to run this
demo, you need to have the BDE installed and correctly configured. In addition,
the path to the data is restricted in Paradox. If you get an error about the
path being too long when you start the application, copy the executable and
the \Data subfolder from the source folder to a folder with a shorter path and
run the demo from that location instead.