Hi all!

Could someone authoritative let me know what the current state of native windows support (I'm trying to compile with MSVC, not an emulation layer) is for the LMDB project?

I notice that I can get 0.9.31 libraries/liblmdb to compile without error with MSVC tools (up to the C4333 warning which I understand from the issues tracker is routinely ignored/suppressed).

However, the 1.0 release does not compile at all, with multiple errors and warnings that look very much like platform issues - stuff about the sizes of basic types and attempts to use unsupported features (like void* arithmetic).  

Was MSVC support present in 0.9.31 and then dropped?   Am I missing some compiler flags?  

I can't really find any good information on the website or elsewhere about the possibility of building a stable, reliable LMDB with MSVC 1.0.

Thanks in advance,
Dave Trombley