Release 1.11 of the C++ Middleware Writer is now available on line. This release has the following changes:

1. std::complex and boost::circular_buffer support added.

2. Support added for strongly typed enums such as:

      enum class Color : uint8_t { red = 1, blue, green }; 

3. Bug fixes.


Information on release 1.10


Home