[protobuf] Re: Protobuf : How to generate the descriptor file dynamically from .proto

2016-05-27 Thread jigmesherab2016
Hi, Thank you So much for the reply. Actually i have already implemented this approach but in this we need to put the dll but i wanted to avoid this step also. We want to create the filedescriptor from the .pb file. On Wednesday, May 18, 2016 at 7:10:31 PM UTC+5:30, Benjamin Krämer wrote: > > I

[protobuf] Re: Protobuf : How to generate the descriptor file dynamically from .proto

2016-05-27 Thread jigmesherab2016
Hi, Thank you so much for the reply. No i cant find it. On Wednesday, May 18, 2016 at 1:49:45 PM UTC+5:30, osu...@gmail.com wrote: > > This works in Java, perhaps you can adapt it to C# (?) > https://github.com/os72/protobuf-dynamic > > Is there DynamicMessage in the C# API? > > On Monday, May 16

[protobuf] fp16 data type support in protobuf

2016-05-27 Thread adnanchaudhry1011
Hi, It seems that protobuf does not support fp16 data type for message field. Is there any way of serializing this data type directly (without converting it into float or double) and parsing this data type from the serialized stream? Thanks. -- You received this message because you are subsc

[protobuf] socket data communication with protocol buffers

2016-05-27 Thread 조현성
Hi. I have learned about protocol buffers and I want to socket data communication with protocol buffers in ubuntu C, C++ but I have an error. I made a proto file(business.proto) and compiled the file and got business.pb.cc & business.pb.h file. and copied that to eclipse project, and made a

[protobuf] Socket communication with protocol buffers.

2016-05-27 Thread 조현성

[protobuf] socket data communication with protocol buffers

2016-05-27 Thread 조현성
Hi. I have learned about protocol buffers and I want to socket data communication with protocol buffers in ubuntu C, C++ but I have an error. I made a proto file(business.proto) and compiled the file and got business.pb.cc & business.pb.h file. and copied that to eclipse project, and made a

[protobuf] protobuf 2.5.0 for ARM64 for Hadoop 2.6.4

2016-05-27 Thread David MacMillan
In recompiling the native libraries for Hadoop 2.6.4 for ARM64, I need protobuf 2.5.0 for ARM64. But when I try to build protobuf 2.5.0 on an ARM64 cpu, I get the 'atomicops' error shown below. This error seems similar to this bug report for Solaris: https://groups.google.com/forum/#!topic/proto