testapiv3x.README 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Testing SQLite v3
  2. This prog is a simple direct api call
  3. sample for sqlite v3x.
  4. I.install
  5. 1°)win32
  6. sqlite3.dll should be in default path or current dir
  7. and can be downloaded from here :
  8. http://www.sqlite.org/
  9. 2°)wince-arm
  10. .sqlite3.dll should be in default path or current dir
  11. and wince version can be downloaded from here :
  12. http://sourceforge.net/projects/sqlite-wince
  13. this is a source only release need evc++4
  14. also pre-compiled libraries for arm-wince are
  15. on ftp://ftp.freepascal.org/pub/fpc/contrib/arm-wince-sqlite322.zip
  16. ..shell/console is required on target system
  17. more info here : http://www.freepascal.org/wiki/index.php/WinCE_port
  18. ...sqlite unit is not build automaticaly for arm-wince target
  19. add it in the path or build it manually
  20. II.tests
  21. 2005/09/19 :
  22. wince-arm :
  23. testapvv3x have been tested with v3.2.2
  24. compiled fpc2.1.1 today svn rep
  25. command line for cross-compiling from XP:
  26. fpc.exe -a -dNORMAL -Twince -Parm -XParm-wince-pe- -FDd:\binutils\win32-arm-pe -FE. -va testapiv3x.pp >test-arm-wince.log
  27. win32 :
  28. testapvv3x have been tested with v3.2.4
  29. compiled fpc2.1.1 today svn rep under lazarus
  30. Regards
  31. olivier
  32. [email protected]