On Fri, Mar 7, 2014 at 11:09 AM, ProTobUS <[email protected]> wrote:
> Hi > > I want to build my solution that use Procol buffer in 64 bits do I have to > build protocol Buffers in 64 bits ? > Yes. > if Yes can I use > *protoc-2.5.0-win32.zip*<https://protobuf.googlecode.com/files/protoc-2.5.0-win32.zip> > to build in 64 ?? > Yes. The generated code is the same no matter whether the protoc is built in 64bit or 32bit. > > I'm using VS2013 > > Thanks > > -- > 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 http://groups.google.com/group/protobuf. > For more options, visit https://groups.google.com/d/optout. > -- 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 http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
