home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / actlib12.zip / README.TXT < prev    next >
Text File  |  1993-04-02  |  4KB  |  105 lines

  1.   ACTLIB:  Another C Tools LIBrary (plus TurboVision tools)
  2.   Copyright (C) 1993   Marc Stern  (internet: stern@mble.philips.be)
  3.  
  4.   This package contains several libraries and their source code.
  5.   Some functions are quite complex, some other are very trivial but
  6.   may be useful just to centralize frequently called functions
  7.   (and so allows to coherently propagate modifications).
  8.   The goal of this package is to provide useful tools for developers
  9.   and also to serve as example codes either for beginners programmers
  10.   or for non-novice ones that want to use some low-level tricks
  11.   of MS-DOS for example (like modifying disk volume labels,...).
  12.  
  13.   Most of the code should be compiler- and operating system-independant
  14.   but has only been tested under Borland C 3.1 and Microsoft C 7.0
  15.   compilers (MS-DOS).
  16.   Some functions have been intensively tested and are used in commercial
  17.   products, some have been developed a long time ago and never been
  18.   tested since. There may left some bugs (even important ones)
  19.  
  20.   All these sources have been either developed or collected (and modified)
  21.   by Marc Stern.
  22.  
  23.   I will not be responsible for any damage due to the use of these libraries.
  24.   This code is provided as-is WITHOUT ANY WARRANTY.
  25.  
  26.   You can freely distribute them, modify them and use them for any purpose
  27.   (even include it into commercial products).
  28.  
  29.   If you find any bugs or interesting modifications please report them to
  30.   me; they will so be included in the next public releases.
  31.  
  32.   If you use these libraries, please tell it to me.
  33.   I will so try to maintain and enhance them.
  34.  
  35.  
  36.   Files description:
  37.   -----------------
  38.                       
  39.   *.LIB:  libraries compiled with Borland C++ 3.1 (overlay compatible)
  40.  
  41.   DATE.LIB     : general-purpose date & time functions
  42.   STRINGS.LIB  : general-purpose string handling functions
  43.   TOOLS.LIB    : miscellanous functions (most of all for MS-DOS only)
  44.  
  45.   TVTOOLS.ZIP  : general-purpose Turbo-Vision Tools
  46.                  (library, sources and documentation)
  47.  
  48.   *.H   : include files
  49.   *.ZIP : source files
  50.  
  51.  
  52.   See include files for descriptions of the functions.
  53.   Except TVTOOLS.LIB, all the libraries functions are stand-alone
  54.   (they may call other functions - and they will do it, but most
  55.    of the time you may use them without knowing anything about
  56.    the other ones).
  57.  
  58.   How to use/compile the package:  
  59.   ------------------------------
  60.   My functions generally call some other functions from the
  61.   'general' libraries (STRINGS.LIB, TOOLS.LIB,...).
  62.   This means that you have to include the related include files
  63.   and to link (some of) the other libraries with your application.
  64.  
  65.  
  66.   Special thanks:
  67.   ==============
  68.  
  69.   1.   To my company: S.A. Philips Industrial and Telecommunication Systems
  70.        (some of the code was developed for business project).
  71.  
  72.   2.   To all people that written code that I modified or that I used
  73.        to understand some processes.
  74.        As I don't have their names anymore I thanks them all in one shot.
  75.  
  76.  
  77.   Who am I?
  78.   =========
  79.           
  80.   Just a few words about me...  
  81.  
  82.   I finished my studies in 1989 (Civil Engineer in computering) and
  83.   I am working since for a division of Philips - one of the greatest
  84.   specialists in software security (local and transfer confidentiality,
  85.   authentication, coherency, DES/RSA/DSS cyphering,...) and voice recognition.
  86.  
  87.   I worked about six months in Software Engineering (under UNIX and VMS),
  88.   one year PC support (LAN organisation,...), one year in Quality Assurance
  89.   (Beta-test,...) and I am now working in the security area.
  90.  
  91.   I also write the great XSET program that allows you to easily write
  92.   efficient batch files. See file XSET.TXT to have more details.
  93.  
  94. ----------------------------------------------------------------------------
  95.                     
  96. Stern Marc          S.A. Philips Industrial and Telecommunication Systems
  97.                     Rue des Deux Gares 80
  98.                     1070 Bruxelles
  99.                     Belgium
  100.  
  101.                     Fax:  +32-2 525.66.00
  102.                     Tel:  +32-2 525.63.32 (9h - 16h Medium European Time)
  103.  
  104. E-mail: stern@mble.philips.be (internet)
  105.