


			Using CSLIB
			-----------




a) The header files.
   - The directory with the cslib header files should be
     mentioned in the 'include dir' of each project.
   - The 'main' include file is 'cslib.h'. It includes
     all other header files.

b) Static libraries.
   - Several libraries are included, depending on the
     compiler and platorm.
   - Only ONE of the libraries is needed during linking.
   - Please refer to the doc\manual.txt or lib\info.txt files
     for more info.


c) Error and message file.
   - The 'error.err' file is the run-time message file.
   - Every application created with CSLIB needs this file in
     its working directory.
   - The manual describes what to do if you don't like the idea
     of a run-time message file.



