I am unable to find clear instructions to install Google Protocol Buffers (including compiler) on Windows x64 platform.
I went through the instructions README file for c
I was build protobuf v2.4.1 on Windows 10 as follows:
#if defined(_WIN32) && !defined(min) #define min(a,b) __min(a,b) #define max(a,b) __max(a,b) #endif
Press build solution. All build succeed.(Tests projects not build without test framework)
INSTALL: