I am studying English. sorry.

I'm download protobuf 2.6.0.

i using c++ project.

i want protocol buffer tips. 

because

1 step. download protocol buffer - Oh ~ So easy

2 step. example .proto file compiling - easy easy good

3 step. add .pb.cc, pb.h files . my protocol buffer sample project ( my 
environment vs 2013 )

and add 

#include <iostream>
#include <fstream>
#include <string>
#include "addressbook.pb.h"
#include <google/protobuf/text_format.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>

include header.



4.step. F7 button (compile) 

5. step. Oh what the.. compile error ( reason: precompile header auto ) OK 
so easy . i can change file property.

6. step. F7 button (compile)

7. step.what the.. 

error C4996: 'std::_Copy_impl': Function call with parameters that may be 
unsafe - this call relies on the caller to check that the passed values are 
correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See 
documentation on how to use Visual C++ 'Checked Iterators' c:\program files 
(x86)\microsoft visual studio 12.0\vc\include\xutility 2132



very unkind.. TT .. 

i want kind library.. 

this greed ??

Thank you reading my topic.


-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to