Scroll to navigation

IDLAC(1) PolyORB documentation IDLAC(1)

NAME

idlac - PolyORB's IDL-to-Ada compiler

SYNOPSIS

idlac [-Edikpqv] [-[no]ir] [-gnatW8] [-o DIR] idl_file [-cppargs ...]

DESCRIPTION

idlac is an IDL-to-Ada compiler, compliant with version 1.2 of the "Ada Language Mapping Specification" produced by the OMG.

OPTIONS

idlac accepts the following options:

Preprocess only.
Generate delegation package.
Generate implementation template.
Generate server side code.
Generate client side code.
Keep temporary files.
Produce source on standard output.
Be quiet (default).
Be verbose.
Generate code for interface repository.
Don't generate code for interface repository (default).
Use UTF8 character encoding.
Specify output directory.
Pass ARGS to the C++ preprocessor.
Shortcut for -cppargs -I dir.

EXIT STATUS

idlac returns one of the following values upon exit:

0
Successful completion
1
Usage error
2
Illegal IDL specification

AUTHORS

The PolyORB team, polyorb-devel@lists.adacore.com.

SEE ALSO

The PolyORB WWW page, http://libre.adacore.com/polyorb/

March 23, 2005 PolyORB team