Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Exposing in-proc object through out-proc object

0 views
Skip to first unread message

asno...@gmail.com

unread,
Oct 8, 2009, 5:18:18 PM10/8/09
to
I have a abc.dll exposing few interfaces, say IA, IB, IC
abc.IDL
IC
{
get_name(BSTR**);
}

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

0 new messages