Updated examples, added READMEs for Windows projects

This commit is contained in:
Joseph Henry
2017-10-12 14:06:47 -07:00
parent 0bead3b1a6
commit 6f32eede6a
7 changed files with 22 additions and 422 deletions

View File

@@ -0,0 +1,11 @@
## libzt in C++ via DLL import
***
- Add [libzt.dll]() and [libzt.lib]() to solution as existing items.
- Place [libzt.dll](libzt.dll) in the same directory as the executable.
- Include `libzt.h` in application source.
- Access functions grlobally like so: `zts_socket(...)`
***
The Windows `.dll` and `.lib` files are provided pre-built at the above links, but if you'd like build instructions you can check out [BUILDING.md](../../BUILDING.md)