For the CORBA module to generate stub and skeleton files that work with a particular object request broker (ORB) product, you need to set properties that identify that ORB product.
To examine and modify CORBA property settings:
When you develop CORBA programs, the IDL compiler generates stub, skeleton, and other supporting files and puts them in the package with the file you actually write. You do not reference these files directly in the code you write, they are hidden by default. If you want to see them, set the Hide Generated Files property to False.
To specify the external IDL compiler executable as a property:
These settings apply to the current development project. Different projects can be configured differently depending on the properties available for the selected ORB.
See also | |
---|---|
Supported ORB
Products CORBA Project Settings ORB Product Subnode Settings Setting Up the IDL Compiler Accessing the ORB Runtime Classes |