# ASMJIT_VS2017_Staticlib **Repository Path**: CSZQ/ASMJIT_VS2017_Staticlib ## Basic Information - **Project Name**: ASMJIT_VS2017_Staticlib - **Description**: asmjit 静态库模板和使用例程(VS2017) - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-21 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ASMJIT_VS2017_Staticlib The static library template of asmjit.(VS2017) 使用静态库 1、添加引用 2、请在用到的项目中添加 /D "ASMJIT_STATIC" 3、头文件和名称空间 #include "../ASMJITLIB/asmjit/asmjit.h" using namespace asmjit; example0 一个简单的例子 example1 一个比较全面的例子