~ubuntu-branches/ubuntu/lucid/fpc/lucid-proposed

« back to all changes in this revision

Viewing changes to fpcsrc/packages/sqlite/tests/testapiv3x.README

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-10-09 23:29:00 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081009232900-553f61m37jkp6upv
Tags: 2.2.2-4
[ Torsten Werner ]
* Update ABI version in fpc-depends automatically.
* Remove empty directories from binary package fpc-source.

[ Mazen Neifer ]
* Removed leading path when calling update-alternatives to remove a Linitian
  error.
* Fixed clean target.
* Improved description of packages. (Closes: #498882)

Show diffs side-by-side

added added

removed removed

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