System information
Library Update Version 498:
Rename "C2N-FTB" to "C2N-FTB/C2N-FTDAC"
INCLUDE.DAT version 1.57:
Correct internal function that could cause Gather(), GatherByLength(), Lower() functions to crash (ONLY in
the 1.5X line of INCLUDE.DAT - the earlier 1.4X versions are fine!)
Fixes/Changes from 2.10.05 to 2.10.06
SIMPL+ Enhancements:
Implement #ENABLE_DYNAMIC compiler directive. To use the "dynamic" keyword on arrays, this compiler directive
must be present. In addition, if the compiler directive is present, the SIMPL+ compiler will also optimize intermediate
temporary data structures.
SIMPL+ Bug Fixes:
Correct Issues with parameter property validation.
Library Update Version 495:
INCLUDE.DAT version 1.56:
If an out of bounds access is performed on dynamic arrays, it will now access the zeroth element in the array.
This is also true for static structure arrays.
Add EQ_Preset, EQ_Preset_F to C2I-AMS-SURROUND-SOUND slot.
Add "QM-MD8x8-HB" to QM-MD8x8 Firmware Name list
Correct Help ID for QM-MD8x8 Switcher
Correct Help ID for QM-MD4x2 Switcher
Rename "CEN-IDOC" to "CEN-IDOC (without search)" and prevent it from dropping into new programs
Release CEN-IDOC revision (New device to drop in) that contains Search capabilities. Requires revised CEN-IDOC
firmware.
Release AAS-1/2/4 Revision that has new browse contexts (Jukebox & Simplified) as well as other enhancements.
Special SIMPL+ Notes:
The following table describes the behavior when a user accesses an element that is out of
bounds in an array as of CUZ 4.XXX. Any out of bounds access will generate an error. However, depending on the type of
the array the following can happen:
Scenario A: No element in the array will be modified after an error (i.e. User tries to read/write an element that is out
of bounds).
Scenario B: The zeroth location will be modified or read in spite of the error.
Static Dynamic
String Array A B
Integer Array A B
Long Integer Array A B
Signed Integer Array A B
Signed Long Integer Array A B
Structure Array B B
Fixes/Changes from 2.10.04 to 2.10.05:
SIMPL Windows Bug Fixes:
Fixed compilation issue where Input/Output groups were not properly taken into account.
SIMPL Windows Enhancements:
Updated Help/About SIMPL Windows dialog to allow user to copy the version information by selecting the contents
of the version window and hitting CTRL+C. This information can then be pasted (i.e. CTRL+V) into an ASCII
document (e.g. Notepad, WORD etc).
Fixes/Changes from 2.10.03 to 2.10.04:
SIMPL Windows Bug Fixes: