idl2cpp is a IDL compiler to language C mapping.
SYNOPSIS
idl2cpp [options] spec.idl
OPTIONS
All options are forwarded to C preprocessor, except -h -i -v -x.
With the GNU C Compatible Compiler Processor, useful options are :
-D name
-D name=definition
-I directory
-I-
-nostdinc
Specific options :
-h
Display help.
-i directory
Specify a path for import (only for IDL version 3.0).
-v
Display version.
-x
Enable export (only for IDL version 3.0).
idl2cpp parses the given input file (IDL) and generates a include file following the language C mapping rules.
idl2cpp is a Perl OO application what uses the visitor design pattern. The parser is generated by Parse::Yapp.
idl2cpp needs Math::BigInt and CORBA::Fixed modules.
idl2cpp needs a cpp executable.
Product's homepage
Requirements:
· Perl