This is the README for libclass_loader


libclass_loader is a C++ library for generic classloading. It uses
some non-conventional techniques to provide an easy-to-use,
non-intrusive, DLL-capable, 100% compile-time typesafe classloader to
arbitrary C++ projects.

Home page: http://s11n.net/class_loader/

This library is an independent sub-project of the s11n project,
and it is used extensively in that library: http://s11n.net/

Requirements:

        - phoenix.hpp, which is available for download via the
        class_loader home page.

Rather than repeat everything here, we will direct the reader to:

*) doc/class_loader.lyx - the library documentation.

*) INSTALL - the installation instructions.

*) the header files, which contain the API documentation.


Please feel free to contact us about this library, for any reason
whatsoever:

        s11n-devel@lists.sourceforge.net


