Please enable JavaScript to view this site.

ESL Release Notes

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

Windows 7 (32bit)

Windows 7 (64bit)

Windows Server 2008 (32bit)

Windows Server 2008 (64bit)

Windows Server 2003 (32bit)

Windows Vista Business SP2 (32bit)

Windows XP professional SP3 (32bit)

 

ESL Edit version 2

 

Job ID

Description

1220

There is a new external subroutine within the FileIO Library call "GetModified" that returns a Time Date Stamp formatted into a string of when the file, specified by the File_ID, was last modified.

1219

The current directory and executable are now recorded in the error log created during compilation and at runtime to provide certainty of the actual versions of files being used.

1216

The facility within the FileIO library to convert tab characters into a specified number of spaces has been corrected, so the facility now works as documented. If this correction affects your application, you will need to set the tab size to zero using the "SetTabSize" routine, which stops the conversion to spaces. If the tab size is not set to zero, the default tab size of 8 will be used.

1210

There are new string handling facilities within the EslStr library: ReverseString and ReverseStringFunction. These routines provide a more elegant method to search and extract the last occurrence of a sub-string.

1209

The OS_GetESLDirectory has been re-written so it is not case sensitive.

1205

The Property Sheet module now has the facility to be resized.

1187

Allow Multiple Users to use different versions of Esl on the same machine by setting the User's Path environment variable instead of the System's Path.

1155

Remove the need for a closing line feed at the end of the Configuration File.

1146

Improve error response in QuikStep when source file has been deleted.

1132

It is now possible to run the Compiler from multiple User accounts within the same machine.

1108

The Development Tools, Installer and Esl Runtime are no longer dependent on the Environment Variables ESLDIR and ESLVER.

1082

Add an "on close" response to dialog boxes.

1051

Correction to the string returned by ReadRegString, part of the Registry Access Library.