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.: Generate Makefile with CMake
3.: Generate Protoc.exe, libs and Headers with <nmake.exe >
4.: test the build with <nmake.exe Check>
5.: generate with <nmake.exe install>
6.: Create Proto-File and translate it into code with protoc.exe
7.: C++: include generated files and headers from install-Folder
8.: C#: include generated files and select the correct version of protobuffer in NuGet.
Instead of steps 1 - 5 I only want to download a zip-file with Protoc.exe, the libs and headers for C++ and want to proceed with step 6. In C# this is possible (NuGet). Is there any way in C++ I don't know?
Regards,
Frank