<https://stackoverflow.com/posts/74854660/timeline>

I have been trying to get Protobuf to work standalone without any .dlls 
being created when compiling my application, I want it to be statically 
linked. I tried compiling my own libprotobuf.lib adding it, but that does 
not work (I cannot include any protobuf header). I tried doing it with 
vcpkg, but I am getting following error on-compile unresolved external 
symbol __except_handler4_common referenced in function __except_handler4. I 
am using the vcpkg triplet "x86-windows-static" and Use Static Libraries is 
marked as "Yes". I am really clueless as I have never used C++ Protobuf 
Statically before. So I would appreciate any help.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" 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/protobuf/f878f828-7379-432a-8851-2cd03bdcc069n%40googlegroups.com.

Reply via email to