[protobuf] enum deserialization

2011-07-10 Thread Enrico Viappiani
I've got a java server and a c++ client, client sends a message to the server. In a first moment we had the message structure made by simple format like strings or integers, and the message sending/receiving with serialization and deserialization were working perfectly. Nowadays we added a enum

[protobuf] installation in windows

2011-06-29 Thread Enrico Viappiani
Let me ask a stupid question.. I have to install protobuf 2.4.1 C++, in windows 7 64 bit. I've done that in ubuntu, but i don't have seen the installation instruction for windows around.. I'll use visual c++ 10 express. Help me.. I'm feeling really stupid! -- You received this message because

[protobuf]

2011-06-23 Thread Enrico Viappiani
I've installed protobuf 2.4.1 on ubuntu, running configure,make, make check and make install, and everything seems fine. Then I've tried to compile the examples code in the packet, make cpp , I've obtained the .cc and .h from the .proto file. In Eclipse CDT, I've imported those 2 files, along with

Re: [protobuf]

2011-06-23 Thread Enrico Viappiani
anymore.. thanks! On 23 Giu, 18:44, Jason Hsueh jas...@google.com wrote: Yeah, it appears you aren't linking against the protobuf runtime. Did you set up eclipse to build from the makefile in the examples directory? On Thu, Jun 23, 2011 at 8:46 AM, Enrico Viappiani viappi...@gmail.comwrote: I've