ZCslOpen

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
Registry/Profile handling
Windows control
C API
   Embedding CSL
   Writing libraries
   API reference
      ZCslAddFunc
      ZCslAddVar
      ZCslCall
      ZCslCallEx
      ZCslClose
      ZCslGet
      ZCslGetError
      ZCslGetResult
      ZCslLoadLibrary
      ZCslLoadScriptFile
      ZCslLoadScriptMem
      ZCslOpen
      ZCslSet
      ZCslSetError
      ZCslSetResult
      ZCslSetTraceMode
      ZCslShow
      ZCslStartDateTime
      ZCslTrace
      ZCslTraceMode
      ZCslVarExists
      ZCslVarResize
      ZCslVarSizeof
C++ Class Interface
CSL links
  
long ZCslOpen(           /* Create CSL context & alloc mem */
   ZCslHandle *aHandle,     /* address of handle var */
   long aFlags              /* initialization flags */
);

aFlags is a combination of the following values (bitwise or them together):

Flag Description
ZCslDisInclude Disable #include
ZCslDisLoadLibrary Disable #loadLibrary
ZCslDisLoadScript Disable #loadScript
ZCslDisList Disable #list
ZCslDisLogFile Disable #logFile
ZCslDisIf Disable #if / #else / #endif
ZCslDisError Disable #error
ZCslDisMessage Disable #message
ZCslDisAll Disable all compiler directives

Set aFlags to 0 to enable all directives.

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>