[protobuf] Re: uint32 vs int32: who is the most efficient? (Java)

2011-05-07 Thread JekDaniel
Thank you very much! :) On 5 Mag, 15:17, Adam Vartanian wrote: > > Then my question is this: why to use int32 type even though uint32 > > uses less bytes covering the same range? > > The main reason would be if you ever plan on reading the message from > non-Java code.  What you've stated is only

[protobuf] Another PHP protobuf implementation (encode, decode, rpc)

2011-05-07 Thread mike.dld
Hello there, There's another PHP protobuf implementation you might want to mention on ThirdPartyAddOns page: http://wiki.iasobackup.com/index.php/Example_of_php_reporting_and_Management_Engine_commands_description There's a link on that page heading to iaso-php-reporting-3.0.zip archive containin

[protobuf] Re: protobuf wrapper trouble

2011-05-07 Thread mike.dld
Hello, You need to add > LIBS += -Lpath_to_protobuf_lib -lprotobuf to your test app, not the library. Regards, Mike On May 6, 10:24 pm, ProfX wrote: > Hello! > I want to create static lib, which exports wrapper of prtobuf-generated > class, but encountered such a problem: > > 1. building static

[protobuf] Re: Issue 287 in protobuf: Memory leaks reported after ShutdownProtobufLibrary and program exit.

2011-05-07 Thread protobuf
Comment #3 on issue 287 by evgeniib...@gmail.com: Memory leaks reported after ShutdownProtobufLibrary and program exit. http://code.google.com/p/protobuf/issues/detail?id=287 If it's any help, I believe this issue (http://code.google.com/p/protobuf/issues/detail?id=54) is the same, only t

[protobuf] Re: Issue 66 in protobuf: cannot install using easy_install

2011-05-07 Thread protobuf
Comment #34 on issue 66 by remoun.metyas: cannot install using easy_install http://code.google.com/p/protobuf/issues/detail?id=66 I adapted protobuf-2.4.1 to a format that pip and easy_install can parse. Since I can't upload it to PyPI, I put it in a GitHub repository: http://github.com/rem/