Re: [protobuf] Precompiled Version of probuf for VS2017

2018-01-29 Thread Stuart Dootson
Hi Frank One option might be to use Microsoft's vcpkg package manager for Visual C++ (https://github.com/Microsoft/vcpkg). That does steps 1-5 for you (once you've done the couple of steps of installing vcpkg...). If you're using other open source C++ libraries, they might be available through

Re: [protobuf] Precompiled Version of probuf for VS2017

2018-01-29 Thread 'Frank Willen' via Protocol Buffers
Hi Marc, many thanks for your reply. I already found the versions for different languages on github but didn't found a way to use these directly. But this can be based on my ignorance of probuffer ;-). Actually I would proceed this way: 1.: download and extract protobuf-all-3.5.1.zip 2.:

Re: [protobuf] Precompiled Version of probuf for VS2017

2018-01-26 Thread Marc Gravell
Protoc is available for multiple OSes here: https://github.com/google/protobuf/releases/tag/v3.5.1 Note sure about pre-compiled libs; for Java, they're on mvnrepository; for C# they're on NuGet, etc. On 26 January 2018 at 15:22, 'Frank Willen' via Protocol Buffers < protobuf@googlegroups.com>

[protobuf] Precompiled Version of probuf for VS2017

2018-01-26 Thread 'Frank Willen' via Protocol Buffers
Hi, I want to use the protocol buffers for a mixed solution (C+, C#, both in VS2017). Where can I download precompiled libs, headers and the protoc.exe? Or is it neccessary to build the probuffers for everyone? Thanks for your support? Grettings Frank -- You received this message because