Re: [protobuf] VC++ 2008 : Run-Time Check Failure #1

2010-03-24 Thread Nathan McDaniel
Hi Kenton, The attached patch patches two files: - coded_stream.h: disables cast to smaller types runtime checks in that file, for Visual C++ = 2003. This was the least invasive fix. I can change it if you prefer. - common.h: sets the __BYTE_ORDER to __LITTLE_ENDIAN for MSVC, which enables

Fwd: [protobuf] Re: Issue with protobuf-2.3.0: Problem running 'configure' on Solaris 10

2010-03-24 Thread Steven Ong
-- Forwarded message -- From: Steven Ong stevenong2...@gmail.com Date: Sat, Mar 20, 2010 at 9:32 PM Subject: Re: [protobuf] Re: Issue with protobuf-2.3.0: Problem running 'configure' on Solaris 10 To: Kenton Varda ken...@google.com Hi all, After taking the second look of the

[protobuf] Many message types

2010-03-24 Thread Gonzo
I am working with Protocol Buffers and Java, and it works like a charm. Thanks for a great library! I am trying to understand the limits in Protocol Buffers. Let's say I wish to have a protoc file that defines 500 (or 1,000, or 10,000) message types. The resulting Java class file will be huge;