4.1.1.7 Build the Client
Use the ATMI platform buildclient
utility to build a client load module from
the provided source file toupclt
. When executed, the load module sends a
lower-case text string to the server, which converts it to uppercase in several modes, causing
different server scenarios to execute.
For example:
buildclient -o toupclt -f toupclt.c
Refer to the appropriate ATMI platform documentation for option descriptions.
Parent topic: Building ATMI Platform Executables