Results 1 to 4 of 4

Thread: Can I import interface in VB

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    2
    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.

  2. #2
    Guest
    Maybe with Implements

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2000
    Posts
    2
    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]

  4. #4
    Junior Member
    Join Date
    Jan 2000
    Location
    Chicago, IL
    Posts
    26
    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
  •  



Click Here to Expand Forum to Full Width