|
C++ Class Interface |
|
|
The C++ class interface is based on the IBK ZClass library which is part of the CSL package and can be used together with most other class libraries without conflicts. It is currently available for following configurations:
The binary distributions for Windows and OS/2 include only the class library for IBM VisualAge C++. If you have a Borland or Microsoft compiler you must build the class library first. See Readme.txt in .\Win\Borland or .\Win\Microsoft respectively for instructions. Although the class library works fine with GCC on Linux, this is not the case for 2.95.2 on Windows. It seems exceptions cannot be handled across dll's: Throwing an exception in a dll and not catching it in the same dll will make GNU terminate the program with SIGABORT instead of passing the exception to the calling dll or exe. In fact there are 2 implementations of the CSL class interface:
I'm sorry but the documentation of the ZClass library is still in my queue. Don't know when I will find time to do it (any volunteers?). You may help yourself by consulting the header files and source. |
||||||||||||||||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |