Skip to content

v1_1_c_overview

Takatoshi Kondo edited this page Oct 14, 2015 · 18 revisions

msgpack-c C version users guide

How to use

Include msgpack.hpp header file.

#include <msgpack.hpp>

Link msgpack library. When you use UNIX, the library name is libmsgpack.a. When you use Windows, the library name is msgpack.lib for static link and msgpack_import.lib for dynamic link.