vir*_*rus 6 file-io mingw memory-access
我正在尝试编译一些在MinGW 中使用fmemopen函数的代码.我发现这个功能不可用MinGW.我需要一个相当于的功能fmemopen().
我可以使用任何替代功能吗?
由于内核中缺少功能,win32 上没有 fmemopen 等效项,我认为 cygwin 使用这样的临时文件来实现它:https : //github.com/kespindler/python-tesseract/blob/master/util-fmemopen。 C