Please enable JavaScript to view this site.

ESL Release Notes

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

Windows Server 2008 (64bit)

Windows Server 2008 (32bit)

Windows 8.1 (64bit)

Windows 8.1 (32bit)

Windows 7 SP1 (64bit)

Windows 7 SP1 (32bit)

Job ID

Description

1485

New partial tracing options to allow routine names to be logged.

1148

Routine calls now indented in trace to shows levels of nesting.

1555

New routine DDESetTimeOut allows the ESL application to define a period in milliseconds that the functions DDEInitiate and DDEPollTopics will wait for another application to respond.

By default the timeout is set to zero meaning no timeout, so the ESL Application will wait indefinitely. This retains compatibility with previous releases.

1567

To enable continued support for libraries written in COBOL the calling convention for external subroutines has been changed to 'C' declarations

i.e. __cdecl, which is available via the macro ESLSUBAPI defined with the EslLib.h header file.