Support VC6?

2008-09-29 Thread Angus
I'm working on several VC6 client server projects and want to migrate our RPC protocol to Protocol Buffers. I have the dll but can't compile the generated code in VC6. Any plan on supporting VC6, at least on the generated code part? --~--~-~--~~~---~--~~ You rece

[protobuf] Where does protoregistry register the files?

2022-01-23 Thread Bing Angus
Where does protoregistry register the files? And how to unregister? // Initialize the file descriptor object. fd, err := protodesc.NewFile(pb, protoregistry.GlobalFiles) if err != nil { return errors.Wrapf(err, "NewFile") } // and finally register it. return protoregistry.GlobalFiles.R