
       		Readme ---  C++ Callback Framework
			==================================


Thanks for using this C++ Callback framework.
---------------------------------------------

This framework has been released under LGPL license.
See file COPYING.LIB for details.

This package is extermely easy to use. 

Copy the header file "callback.h" to a directory that has other 
header files for you project and you done. 
That is it. It is that simple.

Under the test directory, you have a simple test driver 
that shows a few examples on how to use this callback framework.

C++ compilers used:

-- Microsoft Visual C++ 6.0 - SP2
cl /GX cb_tests.cpp



-- Borland C++ Builder 4.0
bcc32 cb_tests.cpp



-- GCC 2.95.1 under CygWin 20.1
g++ cb_test.cpp -o cb_tests.exe


Enjoy,
Rosimildo da Silva -- rdasilva@connecttel.com