C API

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
System Library
String Library
Regular Expression Lib.
File Library
Database Library
C API
   Embedding CSS
   Writing Libraries
   API Reference
C++ API
CSS Links
  

The C application programming interface (API) enables to embedd CSS in your own application as a macro language or write your own libraries for CSS.

The C API uses the standard linkage of the system (__stdcall for Windows, _System for OS/2) so in fact every compiler should be able to use it. However for compilers not listed below there are usually some modifications necessary in the header file KCssC.h. In case the object format differs from microsoft, a new LIB file must be created by a tool like IMPLIB.

Below you find the list of currently tested compilers. If you have adapted and tested another successfully, please let me know.

Compiler Samples
IBM VisualAge C++ for OS/2 V3.0 .\samples\c-api\os2\vacpp
IBM VisualAge C++ for Windows V3.5 .\samples\c-api\win\vacpp
Microsoft Visual C++ V5.0 .\samples\c-api\win\msvc
Borland C++ V5.5 .\samples\c-api\win\bcc
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>