File: README

package info (click to toggle)
pxlib 0.6.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,740 kB
  • ctags: 564
  • sloc: sh: 8,980; ansic: 5,365; makefile: 187
file content (14 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
What is pxlib ?
---------------

pxlib is shared C library to read various Paradox files. Currently .DB
files are best supported. pxlib provides a very simple api to read the
header and the data records of Paradox files. I also provides functions
to convert the data into the hosts data format (little or big endian).

The complete api is well documented in set of man pages, one for each
function.

pxlib can be downloaded at http://pxlib.sourceforge.net.

Uwe Steinmann <uwe@steinmann.cx>