In C++ and Java I can use a idl/odl file already created when i make a COM component. Can I import these in VB to have stubs automatically created? I would like to recreate some C++ components but I do not want to change the COM-interface.
Printable View
In C++ and Java I can use a idl/odl file already created when i make a COM component. Can I import these in VB to have stubs automatically created? I would like to recreate some C++ components but I do not want to change the COM-interface.
Maybe with Implements
That suggests that I can set a reference to a file like that but as I understand it you can't. So is this impossible to do in VB or what??
[Edited by carly on 05-26-2000 at 07:55 AM]
Hey Carly
I haven't tried to import a c++/java idl/odl into vb. but the way i have done is you create a dll that you can reference, make sure it gets registered then include it in your references and you should be good to go.
Hope this helps