(Windows 10, Visual Studio 2019.)

When installing gRPC via vcpkg.exe, I see the following message:

vcpkg.exe install grpc:x64-windows
...
Starting package 6/6: grpc:x64-windows
Building package grpc[core]:x64-windows...
-- Note: grpc only supports static library linkage. Building static library.


Does this mean that gRPC is always built with the static /MT flag?  If not, 
what exactly does this message mean so I can have a better understanding of 
the implications.

I'm seeing segfaults and memory corruption in my app as soon as I try to 
make gRPC calls, so I'm chasing down a bunch of ideas.  The other libs and 
the rest of the application is built with /MD, so I cannot link to a 
library built with /MT.

Stéphane Charette

-- 
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/ac555081-ce4d-4ef8-8ad0-61efd9de3d54%40googlegroups.com.

Reply via email to