IB
{
get_IC( IC**);
}
IA
{
get_IB( IB**);
}
I would like to expose this abc.dll throught an Out-Proc-server
Xyz.exe / Xyz.IDL
ICreate
{
CreateIA(IA**)
};
What is the best way? I think I should have to merge these IDL in to
one, first. PLease let me know how to proceed.
Thanks
Ramesh