How do I install protobuf version with all its header and libraries along with protoc compiler for c++03 version to use it in my visual studio 2013 version?
I need to use protobuf libarary in my visual studio 2013,which I probably suppose supports c++03 ,so without the correct protobuf version I am getting error when I try to run the c++ code which has imported the generated header.
.proto file compiled with version :protoc 3.21
error :ProtoBuf requires atleast C++11
What I have tried:
I tried installing the protobuf pacakage using vcpkg ,but it is installing the version 3.21 which is failing to run in visual studio 2013.
Kindly Provide a suitable version as well as link of the site to download.
Read more here: Source link