文件名称:pcre-7.9-static for windows
文件大小:70KB
文件格式:RAR
更新时间:2017-04-01 05:33:36
pcre windows
PCRE(Perl Compatible Regular Expressions)静态库,用于Windows。
使用(VS 为例):
1. 向项目属性->VC++目录->包含目录中添加pcre-7.9-static目录;
2. 向项目属性->VC++目录->库目录中添加pcre-7.9-static目录;
3. 向项目属性->C/C++ ->预处理器->预处理器定义中添加HAVE_CONFIG_H、PCRE_STATIC;
4. 在代码中包含头文件和注释记录
#include
【文件预览】:
README.txt
pcre-7.9-static
----pcre.lib(235KB)
----pcreposix.lib(4KB)
----pcreposix.h(5KB)
----pcre.h(12KB)
sample.cpp