Thanks for you, I have fixed this error.
best wishes!
2009-07-01
tony.caotong
发件人: Kenton Varda
发送时间: 2009-06-30 07:05:15
收件人: tong cao
抄送: Protocol Buffers
主题: Re: complite ERROR
You need to include zero_copy_stream_impl.h for FileOutputStream. You also
have an extra &
You need to include zero_copy_stream_impl.h for FileOutputStream. You also
have an extra & in front of coded_stream which shouldn't be there, since
coded_stream is already a pointer.
On Mon, Jun 29, 2009 at 1:56 AM, tong cao wrote:
>
> When I chenge some codes from the example,I have had the fo
When I chenge some codes from the example,I have had the following
errors:
My purpose is send data from socket.
---
3 #include
4 #include
5 using namespace google::protobuf: