Why and when to perform this task
Use this task to develop a CORBA C++ client. This task generates the client-side usage bindings needed by CORBA C++ client programs to access an object class (enterprise bean or CORBA servant object) hosted by an application server.
Steps for this task
For example, to emit the client-side bindings from the Hello.idl file and use a command line to change to the directory that contains the IDL file, type the following command:
idlc -suc:hh Hello.idl
What to do next
For additional information related to Developing a CORBA C++ client, see the following topics: