I don't know the details of the C++ side of things, but Java and C# will be absolutely fine. The generated code doesn't care about architecture, and the Google.Protobuf assembly is AnyCPU.
Jon On Tuesday, 10 May 2016 23:52:05 UTC+1, Techie suk wrote: > > I installed the compiler for protocol buffer from this website: > > https://developers.google.com/protocol-buffers/docs/javatutorial#defining-your-protocol-format > > I am writing client code in Java, C++, C# languages. JDK and .net versions > are 64-bit. will compiling proto with 32-bit cause a problem? > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
