Hi all,
I have COM Obj A_Obj that has 2 interface Ix, Iy...
this obj allows me to connect with a server machine on remote PC...
I need to create another COM obj B_Obj that Wrap the first one and add some info in some methods on the interfaces!
I have only the tlb file of A_Obj.
The wrapper obj (B_Obj) must have the same 2 interfaces (Ix, Iy)... the objs muste be "identical"!
How can I do it?
I try to create B_Obj that have one attribute of type A_Obj. But I'm cofused about the way I must import the tlb, if is possible to create the same interfaces (with same name too!) in the wrapper obj etc etc .... :-(
Any idea or simple example for me?!?
S.O.S........ )
Bye from Italy!
Marco
I have COM Obj A_Obj that has 2 interface Ix, Iy...
this obj allows me to connect with a server machine on remote PC...
I need to create another COM obj B_Obj that Wrap the first one and add some info in some methods on the interfaces!
I have only the tlb file of A_Obj.
The wrapper obj (B_Obj) must have the same 2 interfaces (Ix, Iy)... the objs muste be "identical"!
How can I do it?
I try to create B_Obj that have one attribute of type A_Obj. But I'm cofused about the way I must import the tlb, if is possible to create the same interfaces (with same name too!) in the wrapper obj etc etc .... :-(
Any idea or simple example for me?!?
S.O.S........ )
Bye from Italy!
Marco