Version 1.4.0: Nested Namespaces in C++
Pre-release
Pre-release
Changes compared to version 1.3.2:
boolean
values are now specified (and implemented) as 8 bit values in the C89-layer of the hourglass- C++ implementation now uses a nested namespace
SomeNameSpace::Impl
to avoid potential namespace clashes with the C++ binding - Bugfixes:
- added missing
inline
specifier in dynamic C++ bindings - fixed
struct
s in Pascal implementation and bindings - fixed raising of exceptions in Pascal implementation
- fixed generation of Python example code
- added missing