你能推荐CDB,TinyCDB的Windows port吗?
TinyCDB不能在Windows上编译,并且需要
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我读到添加O_BINARY标志和#include可以修复它,但我认为肯定有一些测试端口。到目前为止,我在谷歌上没有返回任何项目。
谢谢麦克斯
发布于 2012-09-05 22:19:51
我发现看起来像是跨平台http://chokkan.org/software/cdbpp的C++端口
https://stackoverflow.com/questions/4372438
复制相似问题