|
-
May 25th, 2000, 02:54 PM
#1
Thread Starter
New Member
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.
-
May 25th, 2000, 05:39 PM
#2
-
May 25th, 2000, 06:55 PM
#3
Thread Starter
New Member
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]
-
May 25th, 2000, 10:40 PM
#4
Junior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|