I want to compile Protobuf library for C++ on Windows 7 the only constraint I am facing is my application with which i want to bind the static lib of Protobuf, uses .a extension of lib(the linux extension for static lib) , i am confused how to build it on Windows 7, IDE used is a customized version of eclipse!
Any help i am getting on internet is , how can i build protobuf using visual studio or vcpkg on windows platform or how to do it linux platform.
kindly help.