mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 13:59:13 +02:00
paradox: updated README
git-svn-id: trunk@23184 -
This commit is contained in:
parent
d84183aac1
commit
0428915070
@ -2,12 +2,22 @@ This package installs Paradox support in the lazarus IDE:
|
||||
|
||||
TParadox (Data Access Tab) is a TDataset descendent that enables you to open
|
||||
and see Paradox tables. It has support for Blobs and Graphics. There is no
|
||||
need to have the BDE from Borland (Codegear) installed, you do need the
|
||||
PXlib library, which you can download from Sourceforge:
|
||||
need to have the BDE from Borland (Codegear) installed.The TParadox
|
||||
component itself is located in the FCL, and is an implementation
|
||||
based on an open source C library called pxlib.
|
||||
This means that you need to install the PXlib library, which you can
|
||||
download from Sourceforge:
|
||||
|
||||
http://pxlib.sourceforge.net/
|
||||
|
||||
TParadox itself is in the Free Pascal fcl-db package (2.3.1 +).
|
||||
The C library can be installed on most linux systems using the native package manager.
|
||||
For windows, a pre-compiled binary is available from the sourceforge site.
|
||||
The TParadox component code has been tested with version 0.6.2 of the library,
|
||||
and should also work with version 0.6.3.
|
||||
|
||||
|
||||
The component needs version 2.4.0 of Free Pascal, earlier versions contain a bug
|
||||
that prevents a TParadox dataset from opening.
|
||||
|
||||
Enjoy !
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user