User`s guide

mcc
7-34
-B sgl -t -W comhg:<component_name>,<class_name>,<version>
-T link:lib -h libmmfile.mlib -i
-B csglexcel (C Handle Graphics Excel COM Object).
Produce a C Excel COM object
that uses Handle Graphics. The -
B csglexcel option is equivalent to the series
of options
-B sgl -t -W excelhg:<component_name>,<class_name>,<version>
-T link:lib -h libmmfile.mlib -b -i
-B csglsharedlib (C Handle Graphics Shared Library).
Produce a C shared library that
uses Handle Graphics. The
-B csglsharedlib option is equivalent to the series
of options
-t -W libhg:<shared_library_name> -T link:lib -h libmmfile.mlib
libmwsglm.mlib
-B cppcom (C++ COM Object).
Produce a C++ COM object. The -B cppcom option is
equivalent to the series of options
-B ccom:<component_name>,<class_name>,<version> -L cpp
-B cppexcel (C++ Excel COM Object).
Produce a C++ Excel COM object. The
-B cppexcel option is equivalent to the series of options
-B cexcel:<component_name>,<class_name>,<version> -L cpp
-B cppsglcom (C++ Handle Graphics COM Object).
Produce a C++ COM object that
uses Handle Graphics. The
-B cppsglcom option is equivalent to the series of
options
-B csglcom:<component_name>,<class_name>,<version> -L cpp
-B cppsglexcel (C++ Handle Graphics Excel COM Object).
Produce a C++ Excel COM
object that uses Handle Graphics. The
-B cppsglexcel option is equivalent to
the series of options
-B csglexcel:<component_name>,<class_name>,<version> -L cpp
-B cpplib (C++ Library).
Produce a C++ library. The -B cpplib option is
equivalent to the series of options
-B csharedlib:<shared_library_name> -L cpp -T compile:lib