C/Database Toolchest: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
A set of C and C++ libraries intended to help you with creating and maintaining databases with support for most compilers. The product includes both C and C++ libraries and can be had in versions for DOS and 16-bit MS Windows, 32-bit Windows, OS/2 and Linux. In addition to working with the | A set of C and C++ libraries intended to help you with creating and maintaining databases with support for most compilers. The product includes both C and C++ libraries and can be had in versions for DOS and 16-bit MS Windows, 32-bit Windows, OS/2 and Linux. In addition to working with the Btree and [[ISAM]] based systems that is inherent to the library it contains functions to import and export in alien database formats such as the .dbf file format used by [[xBase]] and others. | ||
==Version== | ==Version== | ||
* | * 3.02 | ||
:Retail price is USD 49.95 for the first supported operating system and an extra 10 for each extra OS support. (So 49.95 for OS/2 only, 59.95 for OS/2 and Windows 32 bit, and so on, so forth). | :Retail price is USD 49.95 for the first supported operating system and an extra 10 for each extra OS support. (So 49.95 for OS/2 only, 59.95 for OS/2 and Windows 32 bit, and so on, so forth). | ||
Line 16: | Line 16: | ||
* Dennis Saunders | * Dennis Saunders | ||
[[Category:xBase | [[Category:xBase]][[Category:Software written in C]][[Category:Software written in C++]] |
Latest revision as of 15:16, 10 December 2022
A set of C and C++ libraries intended to help you with creating and maintaining databases with support for most compilers. The product includes both C and C++ libraries and can be had in versions for DOS and 16-bit MS Windows, 32-bit Windows, OS/2 and Linux. In addition to working with the Btree and ISAM based systems that is inherent to the library it contains functions to import and export in alien database formats such as the .dbf file format used by xBase and others.
Version
- 3.02
- Retail price is USD 49.95 for the first supported operating system and an extra 10 for each extra OS support. (So 49.95 for OS/2 only, 59.95 for OS/2 and Windows 32 bit, and so on, so forth).
Prerequisites
- ANSI compatible C compiler.
- DOS version 2.0 or later, for the DOS target
License
- Commercial, currently available, comes with source code.
Author
- MIX Software
- Dennis Saunders