|
Title: | DDE problem with windows terminal server |
Document: | 1064926668 |
Author: | Michael Marxmeier (mike@marxmeier.com) |
Keywords: | dde,windows,terminal server,runsrv |
The eloq.ini documentation (for Eloquence A.06.31 and
newer) - both the release notes and the inline
documentation - may be misleading.
The following section is wrong, the configuration
item host is not used.
host - When using runsrv to execute a remote operation
or to contact a dlg driver the host variable can be used to
specify a different host (and port number) which should be
used instead of the passed value.
[chris]
dlg = runsrv://wserv:8765
host = wserv:8765
Instead of host the configuration item
runsrv is used:
runsrv - When using runsrv to execute a remote operation
or to contact a dlg driver the host variable may be used to
specify a different host (and port number) which should be used
instead of the passed value.
[chris]
dlg = runsrv://wserv:8765
runsrv = wserv:8765
See also:
A.06.31 release notes
B.06.32 release notes
|
|