Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.2.2 | 2025-06-26 | ||
4.2.1 | 2025-05-30 | ||
4.2.0 | 2025-02-22 | ||
4.1.12 | 2024-11-21 | ||
4.1.11 | 2024-11-06 | ||
4.1.10 | 2024-08-20 | ||
4.1.9 | 2024-06-20 | ||
4.1.8 | 2024-05-09 | ||
4.1.7 | 2024-01-21 | ||
4.1.6 | 2023-11-29 | ||
4.1.5 | 2023-11-10 | ||
4.1.4 | 2023-06-01 | ||
4.1.3 | 2023-04-15 | ||
4.1.2 | 2023-04-06 | ||
4.1.1 | 2023-03-28 | ||
4.1.0 | 2023-03-02 | ||
4.0.3 | 2022-12-26 | ||
4.0.2 | 2022-11-30 | ||
4.0.1 | 2022-11-21 | ||
3.1.2 | 2006-07-17 | ||
3.1.1 | 2004-05-30 | ||
2.1.1 | 2003-08-20 | ||
2.1.0 | 2003-08-16 | ||
2.0.0 | 2001-06-26 | ||
1.2.0 | 2000-05-30 | ||
1.0.0 | 2000-04-09 | ||
Totals: 26 Items | 25 |
Xbase64 Version 4.2.2 06/26/25 WHAT IS IT? ----------- Xbase64 is an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library originally by Gary Kunkel and others (see the AUTHORS file). Xbase64 is useful for accessing data in legacy dBASE version 3, 4, 5 and 7 (limited) database files as well as a general light weight database engine. It includes support for DBF data files, NDX and MDX indices and DBT memo files. It supports file and record locking under *nix and Windows. Xbase64 is designed from the ground up to compile and run on any platform with a C++ compiler. The library is designed to compile and run on 32 or 64 bit architectures and also supports big or little endian architectures. DIRECTORY LAYOUT ---------------- /build/borland5.5 Build library for Borland 5.5 environment /build/debian Build library for Debian environment, (tested on big endian Mac G5 machine) /build/linux32 Build library for Linux 32 bit environment (tested on Slackware) /build/linux64 Build library for Linux 64 bit environment (tested on Slackware) /build/mac64 Build library for Mac 64 bit environment (Tested Bid Endian on older Power PC) /build/mingw Build library for mingw bit environment /build/win32vs Build library for Windows 32 bit Visual Studio environment /build/win64vs Build library for Windows 64 bit Visual Studio environment /data Folder for database files /docs Library documentation /logs Log files /sql SQL files /src Library source code /temp Folder for temp files Starting point -------------- 1) For Linux/Unix environment, download the latest gz file and execute the following gunzip xbase64_x.y.z.tar.gz tar -cvf xbase64_x.y.z 2) For Windows environment, download the latest zip file and unzip it 3) Point your browser to - docs/html/index.html and/or docs/doxygen/html Please email comments, bug reports, questions and patches to xdb-dev@lists.sourceforge.net README