contents.gifindex.gifprev1.gifnext1.gif

In Windows 3.x

To run the sample programs in a Windows 3.x environment:

1. Start AcuConnect on the server by going to the server and clicking the Start AcuConnect Service icon.

2. Copy the programs, "prog1.acu" and "asynch.acu", from the sample directory on the server to any directory on the client. If you kept the installation defaults, these files can be found in the \acuconnect\sample directory on the server. You may want to create a new directory on the client to hold the samples, or you may choose to put them in the acucobol\sample directory.

3. Start the sample client program. To do this, select "Run" from the Program Manager File menu and type:

wrun16 -c client.cfg prog1.acu (to test synchronous CALLs)

or

wrun16 -c client.cfg asynch.acu (to test asynchronous CALLs)

NOTE: It may be necessary to include the full path of the executable if the executable is not in your current search path. If desired, you can create icons for the sample client programs and launch the programs from the icons. Refer to your Windows documentation for instructions on creating program icons.

See Also

con90002.gif Expected Results