C-STYLED-SCRIPT LANGUAGE README.TXT VERSION 3.01 (C) COPYRIGHT INFORMATIK-BUERO KOCH 1998-2000 ALL RIGHTS RESERVED. +-----------------------------------------------------------------+ | NOTE: This file is easyer to read if you change your font to a | | monospace style. | +-----------------------------------------------------------------+ CONTENTS -------- 1.0 ABSTRACT 1.1 License Information 1.2 Contact And Links 2.0 INSTALLATION 2.1 Windows 9x/NT 2.2 OS/2 3.0 RELEASE NOTES 1.0 ABSTRACT ------------- C Styled Script (CSS) is a script / macro programming language. CSS uses the C syntax and seems familiar to C, C++ or Java programmers. CSS comes with ready to use libraries not only for system-, string-, regular expression and filehandling, but also for direct access to the major relational databases IBM DB2 and ORACLE. While CSS contains an executive for running scripts from the command line, there are also 2 API's available for writing DLL's and embedding CSS into your applications: - C API with __stdcall convention for most popular 32 bit compilers - C++ class API for IBM VisualAge C++ 1.1 License Information ------------------------ CSS is FREEWARE and you are allowed to use it for any purpose without registration. Redistribution is allowed on any medium as long as the original files are included completely. 1.2 Contact And Links --------------------- Author: peter.koch@ibk-software.ch Homesite: http://ibk-software.ch/css 2.0 INSTALLATION ----------------- If an old version of CSS is installed, it is recommended to uninstall it first. Remove any files remaining in the installation directory after the uninstall process before reinstalling the new version. Allthough CSS will work properly also without removing the old version, there may be some outdated files remaining on your disk. 2.1 Windows 9x/NT ------------------ Unzip the downloaded archive csswxxxx.zip into a temporary directory and run SETUP.EXE. (If you are using WinZip you may start setup.exe within WinZip.) Follow the directions given by SETUP.EXE. 2.2 OS/2 --------- Unzip the downloaded archive cssoxxxx.zip into a temporary directory. NOTE: the archive contains subdirectories. If you are using pkunzip2.exe for example you have to use the -d switch. Run INSTALL.EXE and follow the directions given. 3.0 RELEASE NOTES ----------------- Version 3.01 o Ability to embedd CSS into .BAT or .CMD batch files. o Remove debugger code in Win32 release. Version 3.00 o New C-API using __stdcall/_System convention with samples for IBM VisualAge C++, Microsoft Visual C/C++ and Borland C/C++. o New library KcRexLib.dll for regular expressions. Version 2.00 o Implemented switch/case/default. o Documentation completely revised. Version 1.04 o First public version 2/23/2000, P.Koch