Browse Source

* Some installation instructions for pxlib

git-svn-id: trunk@14450 -
michael 15 years ago
parent
commit
d4ab90dffc
1 changed files with 8 additions and 0 deletions
  1. 8 0
      packages/fcl-db/src/paradox/paradox.pp

+ 8 - 0
packages/fcl-db/src/paradox/paradox.pp

@@ -14,6 +14,14 @@
 {$H+}
 {$H+}
 {
 {
   TParadox : Dataset wich can handle paradox files, based on PXLib.
   TParadox : Dataset wich can handle paradox files, based on PXLib.
+  pxlib is an open source C library for handling paradox files. It
+  is available from sourceforge:
+  http://pxlib.sourceforge.net/
+  it must be downloaded and installed separately. The header translations
+  for version 0.6.2 of pxlib are available in the pxlib unit in the Free 
+  Pascal Packages.
+  
+  The TParadox component was implemented by Michael Van Canneyt
 }
 }
 
 
 unit paradox;
 unit paradox;