home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / csso0301.zip / README.TXT < prev   
Text File  |  2000-02-23  |  3KB  |  136 lines

  1.                                                        C-STYLED-SCRIPT LANGUAGE
  2.                                                                      README.TXT
  3.                                                                    VERSION 3.01
  4.  
  5.  
  6.   (C) COPYRIGHT INFORMATIK-BUERO KOCH 1998-2000
  7.       ALL RIGHTS RESERVED.
  8.  
  9.  
  10.  
  11.       +-----------------------------------------------------------------+
  12.       |  NOTE: This file is easyer to read if you change your font to a |
  13.       |        monospace style.                                         |
  14.       +-----------------------------------------------------------------+
  15.  
  16.  
  17.  
  18.   CONTENTS
  19.   --------
  20.  
  21.   1.0  ABSTRACT
  22.   1.1  License Information
  23.   1.2  Contact And Links
  24.  
  25.   2.0  INSTALLATION
  26.   2.1  Windows 9x/NT
  27.   2.2  OS/2
  28.  
  29.   3.0  RELEASE NOTES
  30.  
  31.  
  32.   1.0  ABSTRACT
  33.   -------------
  34.  
  35.   C Styled Script (CSS) is a script / macro programming language. CSS uses
  36.   the C syntax and seems familiar to C, C++ or Java programmers.
  37.  
  38.   CSS comes with ready to use libraries not only for system-, string-,
  39.   regular expression and filehandling, but also for direct access to the major
  40.   relational databases IBM DB2 and ORACLE.
  41.  
  42.   While CSS contains an executive for running scripts from the command line,
  43.   there are also 2 API's available for writing DLL's and embedding CSS into
  44.   your applications:
  45.  
  46.   - C API with __stdcall convention for most popular 32 bit compilers
  47.   - C++ class API for IBM VisualAge C++
  48.  
  49.  
  50.   1.1  License Information
  51.   ------------------------
  52.  
  53.   CSS is FREEWARE and you are allowed to use it for any purpose without
  54.   registration.
  55.  
  56.   Redistribution is allowed on any medium as long as the original files are
  57.   included completely.
  58.  
  59.  
  60.   1.2 Contact And Links
  61.   ---------------------
  62.  
  63.   Author:
  64.  
  65.     peter.koch@ibk-software.ch
  66.  
  67.  
  68.   Homesite:
  69.  
  70.     http://ibk-software.ch/css
  71.  
  72.  
  73.   2.0  INSTALLATION
  74.   -----------------
  75.  
  76.   If an old version of CSS is installed, it is recommended to uninstall it
  77.   first. Remove any files remaining in the installation directory after the
  78.   uninstall process before reinstalling the new version.
  79.  
  80.   Allthough CSS will work properly also without removing the old version,
  81.   there may be some outdated files remaining on your disk.
  82.  
  83.  
  84.   2.1  Windows 9x/NT
  85.   ------------------
  86.  
  87.   Unzip the downloaded archive csswxxxx.zip into a temporary directory and run
  88.   SETUP.EXE. (If you are using WinZip you may start setup.exe within WinZip.)
  89.  
  90.   Follow the directions given by SETUP.EXE.
  91.  
  92.  
  93.   2.2  OS/2
  94.   ---------
  95.  
  96.   Unzip the downloaded archive cssoxxxx.zip into a temporary directory.
  97.  
  98.   NOTE: the archive contains subdirectories. If you are using pkunzip2.exe 
  99.   for example you have to use the -d switch.
  100.  
  101.   Run INSTALL.EXE and follow the directions given.
  102.  
  103.  
  104.  
  105.   3.0 RELEASE NOTES
  106.   -----------------
  107.  
  108.   Version 3.01
  109.  
  110.     o Ability to embedd CSS into .BAT or .CMD batch files.
  111.  
  112.     o Remove debugger code in Win32 release.
  113.  
  114.  
  115.   Version 3.00
  116.  
  117.     o New C-API using __stdcall/_System convention with samples for IBM 
  118.       VisualAge C++, Microsoft Visual C/C++ and Borland C/C++.
  119.  
  120.     o New library KcRexLib.dll for regular expressions.
  121.  
  122.  
  123.   Version 2.00
  124.  
  125.     o Implemented switch/case/default.
  126.  
  127.     o Documentation completely revised.
  128.  
  129.  
  130.   Version 1.04
  131.  
  132.     o First public version  
  133.  
  134.                                                               2/23/2000, P.Koch
  135.  
  136.