![]() |
Home | Libraries | People | FAQ | More |
The Boost.ASN1 library is a header only library, meaning, it does not require the compilation of a library file. Consult the Boost.Build documentation for more details on build with bjam projects.
The following compilers have been tested:
- Win32 using Visual C++ 7.1 and 8.0 - Unix using GCC 3.4.6
The following Boost libraries are required in order to compile with the Boost.ASN1 library.
- Boost Date Time Library - Boost String Algorithms Library - Boost Function Library - Boost Bind Library - Boost Smart Pointers Library - Boost Conversion Library - Boost Operators and Utility headers
To use the Boost.ASN1 library, simply include in your the main source file into your project:
#include <boost/asn1/asn1.hpp>
| Copyright © 2007 Andreas Haberstroh |