On Friday, April 17, 2020 at 1:52:16 AM UTC-7, [email protected] wrote: > Using the / clr compile option results in an error. > > ERROR C1189 #error: <mutex> is not supported when compiling with /clr or /clr:pure
Have you looked at using the C# packages (Grpc.Core &c.) [1] from managed C++? That may be easier to get working that getting gRPC++ building with the /clr switch. [1]: https://grpc.io/docs/quickstart/csharp/ -- Christopher Warrington Microsoft Corp. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/002227db-bc5b-4140-8f83-a4c67e01fb20%40googlegroups.com.
