3.11 Step 9: Compile the CORBA Client Application
The final step in the development of the CORBA client application is to produce the executable client application. To do this, you require to compile the code and then link against the client stub.
When creating CORBA C++ client applications, use the buildobjclient
command to construct a Oracle Tuxedo CORBA client application executable. The command combines the CORBA client stubs for interfaces that use static invocation, and the associated header files, with the standard Oracle Tuxedo libraries to form a CORBA client executable. For the syntax of the buildobjclient
command, see the Oracle Tuxedo Command Reference in the Oracle Tuxedo online documentation.
Parent topic: Developing Oracle Tuxedo CORBA Applications