I would recommend using visual studio 2013 or 2015 since this is our main development targets under windows. If you really want to use gcc, try msys2.
I tried to get the samples to run with mingw. The older versions did not have a definition for CONDITION_VARIABLE at all in the header files and even the headerfiles from version 5.3.0 where the CONDITION_VARABLE exists in syncapi.h did not compile without errors.....but I would like to work with gRPC on Windows connecting to a golang application on Linux. So i would like to know which c++ compilers and versions can do the job without pain.
--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/6540e43a-5da5-4615-a558-7f5c32d9e66d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks for your fast reply! With visual studio 2015 I could build some libraries and a grpc_cpp_plugin.exe. But it seems that i need a protoc-gen-grpc.exe as a plugin for protoc. Is the protoc-gen-grpc.exe part of the grpc c++ package and i can't see it or does it belong to another (language) package..
--
You received this message because you are subscribed to the Google Groups "grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/67cc8601-12ef-480b-aa13-3320a1c81e02%40googlegroups.com.
protoc --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` route_guide.proto