|
Run K2 CIDL compiler to generate
component executors and skeletons:
In the same command console,
Type the command
K2cidl
-impl-all --gen-desc <cidl file name> (The
file with extension .cidl)
Note
: If you already have the implementation created
then donot use the flag -impl-all, because this
flag generates the default implementation file
(*_cimpl.cpp which is the default naming convention).
|