Re: Re: complite ERROR

2009-06-30 Thread tony.caotong
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 &

Re: complite ERROR

2009-06-29 Thread Kenton Varda
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

complite ERROR

2009-06-29 Thread tong cao
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: