System Library

C Styled Script
Reference Manual

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using The CSS Executive
Language
Directives
System Library
   sysCommand
   sysDate
   sysDirectory
   sysElapsed
   sysEnvVar
   sysLoadScript
   sysLoadLibrary
   sysLog
   sysLogFile
   sysLogLevel
   sysProfile
   sysPrompt
   sysSleep
   sysShow
   sysStartDate
   sysStartTime
   sysSystemProfile
   sysTime
   sysTrace
   sysUserProfile
String Library
Regular Expression Lib.
File Library
Database Library
C API
C++ API
CSS Links
  

Files

KcSysLib.dll
The implemented functions

KcSysLib.hss
External declarations used when loading at runtime

The system library will normally be loaded at compile-time by#loadLibrary since the function sysLoadLibrary must be present before a library can be loaded at runtime by a CSS script.

However there may be a situation where the system library gets loaded at runtime by a C++ function and a CSS script for any reason must be loaded before. For this case you might need KcSysLib.hss.

Globals

Identifier Description
sysVersion Current version of the library
sysShowCallStack
sysShowFunctions
sysShowFullStack
sysShowGlobals
sysShowLibraries
Modes for sysShow
 Copyright © IBK LandquartLast revised by Peter Koch, 24.02.00<< Back  Top  Next >>