You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Joseph Henry 010ec040a7 Updated examples 9 years ago
..
libztHelloWorld Updated examples 9 years ago
README.md Updated examples 9 years ago
libztHelloWorld.sln Updated examples 9 years ago

README.md

libzt in C++ via DLL import


  • Add libzt.dll and libzt.lib to solution as existing items.
  • Place 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