-
Notifications
You must be signed in to change notification settings - Fork 0
DBase5 library and tools. Winbiz uses DBase5 database.
License
artnum/BizCuit-DBase
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Compile ------- $ gcc -Wextra -pedantic dbase.c memo.c test.c -o dbase # Winbiz export $ gcc -ggdb -rdynamic winbiz.c account.c dbase.c memo.c -ldl -o winbiz # Plugin $ gcc winbiz-bexio.c -c -fPIC -o winbiz-bexio.o $ gcc -ggdb -shared winbiz-bexio.o -o winbiz-bexio.so -ljansson -lcurl Run --- with memo fields : $ ./dbase /path/to/dbf/file.dbf /path/to/dbf/file.fpt without memo fields : $ ./dbase /path/to/dbf/file.dbf # Winbiz export $ winbiz ../winbiz/data2/DAT/D7/2019/ ./winbiz-bexio.so
About
DBase5 library and tools. Winbiz uses DBase5 database.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published