Eloquence A.05.02 Release Notes


Eloquence Dialog Server

Overview

This document covers changes and important notes regarding the Eloquence Dialog Server.


Installation

Please refer to Eloquence A.05.00 release notes for a detailed description how to install the Eloquence client applications. The Eloquence A.05.00 release notes are provided in the directory /opt/eloquence/newconfig/ReleaseNotes as either a compressed PCL file (A.05.00.lj.Z) or a compressed postscript file (A.05.00.ps.Z).

To print the release notes on your laser printer enter the commands below

  
   cd /opt/eloquence/newconfig/ReleaseNotes
   zcat A.05.00.lj.Z | lp -dlj -oraw
where lj is the name of your HP Laserjet.

The following changes are necessary in the installation process:


Fixed problems


Enhancements


New functionality implemented with A.05.02


RUNSRV DDE enhancements

Please note: DDE support of RUNSRV.EXE is experimental and currently unsupported.

RUNSRV is used by Eloquence to startup the Dialog Server on the Windows platform. It may also used by Eloquence programs by calling the RunSrv.DLL. The Eloquence A.05.02 RUNSRV.EXE includes DDE support which may be used to control Windows applications.

The following example will startup Netscape and will cause it to load a specific document:

    INTEGER Errn
    DIM Msg$[256]
    
    Cmd$ = "DDE Netscape WWW_OpenURL Request "
    Cmd$=Cmd$&CHR$(34)&"http://www.marxmeier.com/public/eloquence.html"&CHR$(34)
    Cmd$=Cmd$&",,0xFFFFFFFF,0"
    
    CALL DLL Run("RunSrv",Host$,Cmd$,Errn,Msg$)
Please note, that the item format depends on application requirements.


Dialog Manager programming notes


Last update: 95/08/22