Next Previous Up Top Contents Index

9 Using the Dylan IDL Compiler

9.2 General usage

The IDL compiler (console-scepter.exe) is invoked from an MS-DOS prompt. The general form of the command is:

console-scepter [options] file 

which compiles the IDL file file. Only one filename can be supplied. Options can be prefixed with the character "/" or "-". Options that take a value must be separated from the value by a ":" character or whitespace.

The following invocation compiles the file bank.idl:

C:> console-scepter bank.idl


Developing Component Software with CORBA - 26 May 1999

Next Previous Up Top Contents Index