|
#loadLibrary |
|
|
Load a DLL during compile time. Argument is the library name: #loadLibrary 'ZcSysLib' ... or ... const x1 = 'Zc', x2 = 'SysLib'; #loadLibrary x1+x2 If no extension is given .dll is assumed on Windows and OS/2, and .so.X is assumed on unixish systems (where X is the major version of CSL).
CSL will never load the same library more than once. Any attempt to do so will be silently ignored. |
||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |