Invoking Babel to generate C++ stubs

To create the C++ stubs from a SIDL file, invoke Babel as follows 8.1:

% babel -exclude-external -client=UC++ file.sidl
or simply
% babel -E -cUC++ file.sidl

This will create a babel.make file, some C headers and sources, and many C++ headers and sources. Files ending in ``.c'' or ``.h'' are in C, files ending in ``.cxx'' or ``.hxx'' are the UC++ binding. You will need to compile and link the files together to use the C++ stubs.





babel-0.99.0
users_guide Last Modified 2006-04-20

http://www.llnl.gov/CASC/components
components@llnl.gov