Hi, we do have distrib tests in place that demonstrate how to use gRPC C++ from a user's project.
There are multiple ways to achieve that: https://github.com/grpc/grpc/blob/master/test/distrib/cpp/run_distrib_test_cmake_as_externalproject.bat https://github.com/grpc/grpc/blob/master/test/distrib/cpp/run_distrib_test_cmake.bat Example cmake files are here: https://github.com/grpc/grpc/blob/master/examples/cpp/helloworld/cmake_externalproject/CMakeLists.txt and https://github.com/grpc/grpc/blob/master/examples/cpp/helloworld/CMakeLists.txt Please include the exact linking errors you are seeing next time, otherwise it's hard to help. On Thursday, November 1, 2018 at 9:36:52 AM UTC+1, [email protected] wrote: > > Hi, > > I am trying to build gRPC to use with VS2017. Able to compile gRPC and > generated the grpc.lib along with other libraries.But facing linking errors > when trying to include these libraries in my client server code. > > Please can someone suggest where I am going wrong or can share the correct > way to build gRPC for VS2017. > > Thanks. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/57aaf670-c9db-42b5-8fdc-2f10eaa10fab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
