Previous Topic: Building C Proxy Native ClientsNext Topic: Java-based Clients (Java Proxy or Web Generation) Using Tuxedo as the Communication Type


Building C Proxy Workstation Clients

The Gen Tuxedo Workstation Client library needs to be linked in so that it concatenates ahead of the Tuxedo Native Clients library.

Example

LIB=-L$(IEFH)/lib -lpxrt.XX -ltxwcf.XX
CC=$(CC)
CFLAGS="<whatever other flags you need> $(LIB)"
Buildclient -w -o WSClient -f WSClient.c

Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.