[protobuf] Re: Issue 179 in protobuf: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor

2012-09-26 Thread protobuf
Comment #5 on issue 179 by orlov...@gmail.com: Visual C++ error C1091 when compiling protoc generated code with over 64k descriptor http://code.google.com/p/protobuf/issues/detail?id=179 Hi guys, To avoid this limitation you have to create descriptor string in heap. Something like: {code}

[protobuf] Re: Issue 421 in protobuf: Wrong type used instead of string::size_type

2012-09-26 Thread protobuf
Comment #1 on issue 421 by h...@chromium.org: Wrong type used instead of string::size_type http://code.google.com/p/protobuf/issues/detail?id=421 Uploaded for code review: http://codereview.appspot.com/6574047/ -- You received this message because you are subscribed to the Google Groups

[protobuf] Re: Issue 361 in protobuf: Fix warnings

2012-09-26 Thread protobuf
Comment #10 on issue 361 by zabulu...@gmail.com: Fix warnings http://code.google.com/p/protobuf/issues/detail?id=361 This patch fixes issues topic starter posted about Attachments: 1.patch 1.8 KB -- You received this message because you are subscribed to the Google Groups Protocol

[protobuf] validating utf-8 strings in protobuf lite

2012-09-26 Thread JonathonS
Hi, I am interested in validating my UTF-8 strings in protobuf lite. After some research, I've come across the macro GOOGLE_PROTOBUF_UTF8_VALIDATION_ENABLED which seems to do what I want. However, this only seems possible in the NON-lite version and therefore I cannot use this. Is this correct?

[protobuf] Protocol buffer in Qt project

2012-09-26 Thread Deepak Sindhu
Hi All, I am working on Qt/C++ project. I wanted to use protocol buffer so I downloaded and followed steps to compile and install. Create custommessage.proto and generated .cc .h using proto compiler .pro SOURCES += Mainwindow.cpp\CustomMessage.pb.cc HEADERS += Mainwindow.h \