执行>protoc.exe --grpc_out=./ --plugin=protoc-gen-grpc=grpc_cpp_plugin.exe helloworld.proto报错:
protoc-gen-grpc: The system cannot find the file specified.

解决方法:首先需要生成grpc_cpp_plugin.exe,然后将grpc_cpp_plugin.exe的绝对路径带上>protoc.exe --grpc_out=./ --plugin=protoc-gen-grpc=E:\gRPC-debug\grpc_cpp_plugin.exe helloworld.proto.

更多推荐