freydaniel
freydaniel
Since using protobuf v23, I also get a C4275 compiler warning (non dll-interface class 'google::protobuf::Message' used as base for dll-interface class) when compiling the protoc-generated files for the above exported...
@acozzette Thanks for the quick answer, I am trying to adapt our build accordingly.
@acozzette I got the build working and abseil as dll fixes the above mentioned hash issue. Regarding my other comment about the C4275 compiler warning: Is there a way around...