0

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

Max
  • 6,286
  • 5
  • 44
  • 86

1 Answers1

1

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

Marcs
  • 3,768
  • 5
  • 33
  • 42
Max
  • 6,286
  • 5
  • 44
  • 86