Tagged Questions
0
votes
1answer
227 views
How to use Botan Amalgamation files and VS2008
Clean install of Windows XP SP3
Install Python 2.7.2
Extract Botan 1.10.1 to the desktop
Run configure.py --cc=msvc --disable-shared --gen-amalgamation
Copy botan_all.h and botan_all.cpp to my dev ...