lazarus/components/paradox
mattias 0428915070 paradox: updated README
git-svn-id: trunk@23184 -
2009-12-18 08:57:36 +00:00
..
demo paradox: removed michaels paths 2008-03-01 13:54:22 +00:00
lazparadox.lpk components: give packages that depend on the LCL a widget set dependent unit output directory to prevent overwriting the compiled unit when the widget set changes (bug #9963) 2008-04-05 08:18:16 +00:00
lazparadox.pas
README.txt paradox: updated README 2009-12-18 08:57:36 +00:00
regparadox.lrs
regparadox.pp o paradox component: 2008-05-14 21:19:09 +00:00
tparadox.png Update components images 2008-02-29 16:22:34 +00:00

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.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/

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 !