Please enable JavaScript to view this site.

ESL Release Notes

ESL 21.20 has been tested with the following versions of Windows;

Windows Server 2019 (64bit)

Windows Server 2016 (64bit)

Windows 10 (32bit)

Windows 10 (64bit)

Windows 11

.

Job ID

Description

2166

The ESL configuration tools now allows numeric digits in the map entry name of a DLL.

2167

The ESL Mouse sample "C" code now uses the recommended "pragma pack" compiler directive, instead of expecting the programmer to set the default structure member alignment to 1 byte.

2168

During testing of EslEdit, it was found that the compiler completion message box could get "stuck" behind the editor's window. As EslEdit is suspended until the message box is "OK'ed", this was considered unacceptable. EslEdit now uses the "Silent Compiler" option, so no message box displayed. The success or failure of the compilation is reported in the status line of EslEdit. Also, if the compilation fails, the log is displayed, enabling the correction of errors.

2169

The WebPics sample, part the demonstration of the EslWeb library, has been amended to allow for the change in error reporting within the library processing.

As the EslWeb library is now fully tested, it has been moved out of the Samples directory and into the main installation directory, to ensure the ESL Runtime can locate it.

2175

A simple analysis tool has been added to EslEdit the count the number of lines which are statements, comments or blank. When a source code file includes additional files (via the include or module statement), the counts are an inclusive.