[protobuf] strange thing while using libprotobuf in apache modules

2012-05-16 Thread Sky
or segmentation fault : LOG(MSG_BEFORE); RequestModel *mmodel=new RequestModel() ; .. this way I don't get MSG_BEFORE in apache error.log. can some one guess what's going on? Regards, Sky -- You received this message because you are subscribed to the Google Groups Protocol Buffers group

[protobuf] no matching function for call to ‘ParseNamedEnum

2012-05-13 Thread Sky
Hi, I have two projects in Eclipe: 1- *.proto and protoc generated files to be used in other projects as common library ( shared library 1 ) 2- a Simple shared library which uses shared library 1 ( shared library 2) when I compile shared library 1 alone, I compiles successfully but when I compile

[protobuf] Re: no matching function for call to ‘ParseNamedEnum

2012-05-13 Thread Sky
SOLVED there was conflict between my enum value names with enums defined Apache http header files. So I added a suffix to my enum value names. On May 13, 2:20 pm, Sky hmonfa...@gmail.com wrote: Hi, I have two projects in Eclipe: 1- *.proto and protoc generated files to be used in other

[protobuf] Blocking RPCChannel

2012-05-07 Thread Sky
Hi dear members. I'm wondered if there is Blocking RPCChannel in C++ service like in java ( https://developers.google.com/protocol-buffers/docs/reference/java/com/google/protobuf/BlockingRpcChannel )? -- You received this message because you are subscribed to the Google Groups Protocol Buffers