Invoking Babel to generate C++ stubs

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

% babel -client=C++ file.sidl
or simply
% babel -cC++ 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 ".cc" or ".hh" are C++.

You will need to compile and link the files together to use the C++ stubs.





babel-0.10.2
users_guide Last Modified 2005-03-23

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