Compaq DESKTOP CONNECTOR FOR ACMS AAPG9DKTE User Manual

Page 29

Advertising
background image

3.2.3 Installing the Client Services Interface on OpenVMS Systems

The client services library is preconfigured for DECnet network access. To
build applications that use TCP/IP as a transport, you must reconfigure the
library before creating executable programs.

The following steps are necessary to set up the client services library for
TCP/IP access:

1.

Copy the library and related files to your home directory with the following
command:

$ copy/log ACMSDI$VMS:*.* []

2.

Remove the DECnet object from the library with the following command:

$ library/delete = net_decnet acmsdi$client_objlib.olb

Insert the TCP/IP transport access module into the library with the
following command:

$ library/insert acmsdi$client_objlib.olb net_tcpip.obj

After these steps, you are ready to build TP Desktop Connector applications
that use TCP/IP as a transport. Table A–1 shows the files that are added to
your desktop system during the installation of the TP Desktop Connector client
services for OpenVMS.

3.2.4 Verifying the Motif Client Sample on OpenVMS

Copy, compile, link, and run the source code for the sample client program to
verify your capability to build applications.

To build the sample application, follow these steps:

1.

Copy the client sample files to your home directory using the following
command:

$

copy/log ACMSDI$EXAMPLES_AVERTZ_MOTIF:*.* []

Table A–2 lists the files that are added to your desktop system.

2.

If you have MMS, use the MMS makefile provided to build the m_avertz
sample application. In the sample directory, run MMS using the following
command:

$ MMS/DESC=M_AVERTZ

After Installing from the Software Products Library CD 3–5

Advertising