Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Linking with Boost.ASN1

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.

Supported Platforms

The following compilers have been tested:

- Win32 using Visual C++ 7.1 and 8.0
- Unix using GCC 3.4.6

Dependencies

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

Linking

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

PrevUpHomeNext