|
@@ -1,24 +1,28 @@
|
|
Testing SQLite v3
|
|
Testing SQLite v3
|
|
|
|
|
|
This prog is a simple direct api call
|
|
This prog is a simple direct api call
|
|
-for sqlite v3x.
|
|
|
|
|
|
+sample for sqlite v3x.
|
|
|
|
|
|
I.install
|
|
I.install
|
|
1°)win32
|
|
1°)win32
|
|
|
|
|
|
sqlite3.dll should be in default path or current dir
|
|
sqlite3.dll should be in default path or current dir
|
|
-can be downloaded from here :
|
|
|
|
|
|
+and can be downloaded from here :
|
|
http://www.sqlite.org/
|
|
http://www.sqlite.org/
|
|
|
|
|
|
|
|
|
|
2°)wince-arm
|
|
2°)wince-arm
|
|
|
|
|
|
-sqlite3.dll should be in default path or current dir
|
|
|
|
-wince version can be downloaded from here :
|
|
|
|
|
|
+.sqlite3.dll should be in default path or current dir
|
|
|
|
+and wince version can be downloaded from here :
|
|
http://sourceforge.net/projects/sqlite-wince
|
|
http://sourceforge.net/projects/sqlite-wince
|
|
-this is a source only release evc++4
|
|
|
|
-also pre-compiled libraries for arm-wince will put
|
|
|
|
-on ftp://ftp.freepascal.org/pub/fpc/contrib/cross/arm-wince-sqlite322.zip
|
|
|
|
|
|
+this is a source only release need evc++4
|
|
|
|
+also pre-compiled libraries for arm-wince are
|
|
|
|
+on ftp://ftp.freepascal.org/pub/fpc/contrib/arm-wince-sqlite322.zip
|
|
|
|
+..shell/console is required on target system
|
|
|
|
+more info here : http://www.freepascal.org/wiki/index.php/WinCE_port
|
|
|
|
+...sqlite unit is not build automaticaly for arm-wince target
|
|
|
|
+add it in the path or build it manually
|
|
|
|
|
|
II.tests
|
|
II.tests
|
|
|
|
|
|
@@ -27,7 +31,7 @@ II.tests
|
|
testapvv3x have been tested with v3.2.2
|
|
testapvv3x have been tested with v3.2.2
|
|
compiled fpc2.1.1 today svn rep
|
|
compiled fpc2.1.1 today svn rep
|
|
command line for cross-compiling from XP:
|
|
command line for cross-compiling from XP:
|
|
- ppcrossarm.exe -a -dNORMAL -Twince -XParm-wince-pe- -FDd:\binutils\win32-arm-pe -FE. -va -darm testapiv3x.pp >test-arm-wince.log
|
|
|
|
|
|
+ fpc.exe -a -dNORMAL -Twince -Parm -XParm-wince-pe- -FDd:\binutils\win32-arm-pe -FE. -va testapiv3x.pp >test-arm-wince.log
|
|
|
|
|
|
win32 :
|
|
win32 :
|
|
testapvv3x have been tested with v3.2.4
|
|
testapvv3x have been tested with v3.2.4
|