![]() |
The names of the generated output files are derived from the filename of the corresponding IDL file. For a file named filestem.idl, the following list of output files can be emitted when the idlc command is run. The list contains the emitter and its corresponding output file name.
- hh
- filestem.hh
- sc
- filestem_S.cpp
- uc
- filestem_C.cpp
- ih
- filestem.ih
- ic
- filestem_I.cpp
Related tasks... | |
Creating IDL files for an enterprise bean | |
Related concepts... | |
Interface Definition Language (IDL), usage and implementation | |
Related reference... | |
Interface Definition Language (IDL) | |
The idlc command (IDL compiler) | |
Parent: Options for the idlc command | |