# WinZlog **Repository Path**: TsingFon/WinZlog ## Basic Information - **Project Name**: WinZlog - **Description**: Zlog on Windows - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2021-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README WinZlog ================= ##Zlog on Windows 在zlog Linux版https://github.com/HardySimpson/zlog 和Windows上的移植https://github.com/pattheaux/zlog 的基础上使用VS2010建立的完整工程。 Release文件夹下有VS2010编译生成的.lib和.dll及zlog头文件可以根据zlog文档直接在使用。 编译工程依赖两个库: Requires the glob function from the Unixem project: http://synesis.com.au/software/unixem.html Requires the pthreads-win32 library: http://www.sourceware.org/pthreads-win32/ Project tree ├─extlib Requires libs │ ├─Pre-built.2 │ │ ├─dll │ │ │ ├─x64 │ │ │ └─x86 │ │ ├─include │ │ └─lib │ │ ├─x64 │ │ └─x86 │ └─unixem-1.9.1 │ ├─build │ ├─doc │ │ └─html │ │ └─1.9.1 │ ├─include │ ├─include_error │ ├─lib │ ├─src │ │ └─internal │ └─test ├─Release VS2010 output .lib .dll and zlog include file │ ├─bin │ ├─demo │ ├─head │ └─lib ├─test └─zlog VS2010 Project ├─bin ├─doc ├─lib ├─Release ├─src ├─test └─tools