[protobuf] Issue 694 in protobuf: module machine type 'x64' conflicts with target machine type 'X86'

2015-03-18 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 694 by va...@pushstrength.com: module machine type 'x64' conflicts with target machine type 'X86' https://code.google.com/p/protobuf/issues/detail?id=694 What steps will reproduce the problem? 1. Create a proj

[protobuf] Re: How to check empty message object

2015-03-18 Thread Alfred Kwan
It depends on what protobuf version you are using. There will be a had_foo() for each optional field if you are using protobuf version 2.xx (see C++ code reference ). You are out of luck if you are using V3.0 because y

Re: [protobuf] Using CodedOutputStream to send many messages across network

2015-03-18 Thread Ilia Mirkin
On Tue, Mar 17, 2015 at 10:15 PM, Sayan Goswami wrote: > Hi All, > > I am using CodedOutputStream and CodedInputStream to transfer messages > across a network like so: > > Client requests: > > Socket serverSocket = new Socket(hosts, ports); > > CodedOutputStream outputStream = > CodedOutputStream.

Re: [protobuf] Using CodedOutputStream to send many messages across network

2015-03-18 Thread 'Feng Xiao' via Protocol Buffers
On Tue, Mar 17, 2015 at 7:15 PM, Sayan Goswami wrote: > Hi All, > > I am using CodedOutputStream and CodedInputStream to transfer messages > across a network like so: > > *Client requests:* > > Socket serverSocket = new Socket(hosts, ports); > > CodedOutputStream outputStream = CodedOutputStream.

[protobuf] Using CodedOutputStream to send many messages across network

2015-03-18 Thread Sayan Goswami
Hi All, I am using CodedOutputStream and CodedInputStream to transfer messages across a network like so: *Client requests:* Socket serverSocket = new Socket(hosts, ports); CodedOutputStream outputStream = CodedOutputStream.newInstance(serverSocket .getOutputStream()); outputStream.flush(); C

[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2015-03-18 Thread protobuf
Comment #14 on issue 531 by st.ere...@gmail.com: Cannot build protobuf using VS2013 https://code.google.com/p/protobuf/issues/detail?id=531 Same problem as #12 -- You received this message because this project is configured to send all issue notifications to this address. You may adjust y