[protobuf] the system crack while SerializeToOstream,can anyone help me

2013-11-18 Thread ycplovenana
E :2013-11-15 18:32:50--- SIGSEGV-- /ramdisk/svrgui2810 [0x82a13a2] /ramdisk/svrgui2810 [0x82a2034] [0xe40c] /usr/lib/libstdc++.so.6(_ZNKSs4sizeEv+0x9) [0xb6ec92f9] /opt/nvr/libnvr.so(_ZNK10NVRPROFILE12NVRBurnParam8ByteSizeEv+0xde) [0xb7b92584]

[protobuf] this problem confuse me for a long tim, can anyboby answer me?thx

2013-11-18 Thread ycplovenana
2.SVR没有任何操作,异常恢复出厂---殷家伟、羿昌鹏 E :2013-11-15 18:32:50--- SIGSEGV-- /ramdisk/svrgui2810 [0x82a13a2] /ramdisk/svrgui2810 [0x82a2034] [0xe40c] /usr/lib/libstdc++.so.6(_ZNKSs4sizeEv+0x9) [0xb6ec92f9] /opt/nvr/libnvr.so(_ZNK10NVRPROFILE12NVRBurnParam8

[protobuf] Http Request and Http Response in Android Using Protobuf

2013-11-18 Thread Madahv Anadkat
Hey Everyone, Till now i am working with JSON and connectivity with PHP Database But now *i wanted to connect with .NET Database using Protocol Buffer in android Application.* If any one has this kind of example or link of tutorial then please give me that. Thanks In advance. Madhav Anadkat a

[protobuf] Re: Issue 575 in protobuf: Google Protobuf will not build under ARM64

2013-11-18 Thread protobuf
Comment #1 on issue 575 by tomhamme...@gmail.com: Google Protobuf will not build under ARM64 http://code.google.com/p/protobuf/issues/detail?id=575 I managed to get it building for arm64, only, it blows up during static initialisation. -- You received this message because this project is

Re: [protobuf] Issue with SerializeToArray output

2013-11-18 Thread Oliver Jowett
On 17 November 2013 22:21, Kiran Kumar wrote: > char const *rt_msg = (char *)malloc(512);; > > Rtmesg->SerializeToArray((void *)rt_msg, size); > > cout << rt_msg; << This prints absolutely junk. > You are trying to print the encoded form of the protobuf me