Lines Matching full:your
18 7) Copy protoc.exe wherever you put build tools (probably somewhere in your
24 compiling a debug build of your application, you may need to link against a
46 3) When compiling your project, make sure to #define PROTOBUF_USE_DLLS.
48 When distributing your software to end users, we strongly recommend that you
50 Instead, keep these libraries next to your binaries, in your application's
55 If your project is itself a DLL intended for use by third-party software, we
56 recommend that you do NOT expose protocol buffer objects in your library's
57 public interface, and that you statically link protocol buffers into your
68 2) Make sure zlib's two headers are in your include path and that the .lib file
69 is in your library path. You could place all three files directly into the
71 your own project as well, so you should probably just put them into the
80 against the zlib library directly from your own app.
89 and compiler. You may have to disable some of them in your own project as
114 may have to disable it in your code too.