eyalroz / monetdb-bbp-reader

A C++ library for reading MonetDB's persisted storage format (BBP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support building on Windows (with MSVC)

eyalroz opened this issue · comments

I've never tried to build this library on Windows - only on Linux. Building would definitely fail on Windows - at least with MSVC - due to the assumptions we make in the implementation of cfile() - obtaining the C FILE* descriptor from a C++ ifstream.