- 全新安装 Windows XP SP3
- 安装 Python 2.7.2
- 将Botan 1.10.1解压到桌面
- 运行configure.py --cc=msvc --disable-shared --gen-amalgamation
- 将botan_all.h和botan_all.cpp复制到我的开发工作站
- VS2008新建项目Win32控制台项目
这给了我 102 个错误……有人在使用这个库吗?
#include "botan_all.h"
int main(int argc, char *argv[])
{
return 0;
}