[protobuf] Re: Issue 380 in protobuf: Better project files for VS

2012-04-02 Thread protobuf
Comment #1 on issue 380 by nn1436...@gmail.com: Better project files for VS http://code.google.com/p/protobuf/issues/detail?id=380 (No comment was entered for this change.) Attachments: vsprojects.zip 13.0 KB -- You received this message because you are subscribed to the Google Groups

[protobuf] Issue 380 in protobuf: Better project files for VS

2012-04-02 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 380 by nn1436...@gmail.com: Better project files for VS http://code.google.com/p/protobuf/issues/detail?id=380 Added: x64 platform Correct name for PDB file. Different output directories for Dynamic/Static CRT.

[protobuf] Re: Issue 380 in protobuf: Better project files for VS

2012-04-02 Thread protobuf
Comment #2 on issue 380 by nn1436...@gmail.com: Better project files for VS http://code.google.com/p/protobuf/issues/detail?id=380 (No comment was entered for this change.) Attachments: vsprojects.zip 12.9 KB -- You received this message because you are subscribed to the Google Groups

[protobuf] Re: Issue 380 in protobuf: Better project files for VS

2012-04-02 Thread protobuf
Comment #3 on issue 380 by nn1436...@gmail.com: Better project files for VS http://code.google.com/p/protobuf/issues/detail?id=380 (No comment was entered for this change.) Attachments: vsprojects.zip 12.9 KB -- You received this message because you are subscribed to the Google Groups

[protobuf] Fast navigation in binary gzip'ed file that includes messages of variable length

2012-04-02 Thread Roman Vinogradov
Hello, I use protobuf to store events in playback file for further replaying. I use Coded*Stream on top of Gzip*Stream which is on top of File*Stream. The playback file is big enough, can be up to 3 GB a day (hundreds of millions of events). Everything works ok - all events encoded in the file can

[protobuf] Re: Protocol Buffers for IOS

2012-04-02 Thread Dhanaraj G
One more option i found is in following link.. http://tinsuke.wordpress.com/2011/02/17/how-to-cross-compiling-libraries-for-ios-armv6armv7i386/ We just need to copy the following file to /protobuf-2.4.1/ folder http://goo.gl/OuP7f then give the command in terminal cd protobuf-2.4.1/ bash buil