Question

Could you recommend Windows port of CDB, TinyCDB ?

TinyCDB does not compile on Windows and requires

fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
fatal error C1083: Cannot open include file: 'nss.h': No such file or directory

I read that adding O_BINARY flag and #include fixes it but I think there must be some tested port. I googling does not return any project so far.

Thanks Max

Was it helpful?

Solution

I have found C++ port that looks to be cross platform http://chokkan.org/software/cdbpp

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top