![]() |
Use this task to develop a C++ CORBA client. This task generates and registers the client DLLs and the client-side usage bindings needed by C++ CORBA client programs to access an object class (Enterprise JavaBean or CORBA servant object) hosted by an application server.
To develop a C++ CORBA client, you complete the following steps:
idlc -suc:hh Hello.idl
When the specified idl file is compiled successfully, the idlc command creates the binding files and returns a value of zero. For example, for the above example idlc command, the following binding files are created: Hello.hh and Hello_C.cpp
You can next compile and link the C++ client main program, as described in Compiling a C++ client program.
Related concepts... | |
The CORBA client programming model | |
The CORBA programming model | |