CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Posts
    1

    using Dll without TLB file

    hello,
    Can anyone tell me how i can use a an external DLL in VB6.
    Normally we add a reference, but since this is an external DLL i
    get an error while adding a reference so i want to know how to
    use the dll and its methods and properties.Any inputs in this
    regard will be highly appreciated.
    Thanks
    Madhu


  2. #2
    Join Date
    Dec 1999
    Location
    Baltiore, MD, USA
    Posts
    8

    Re: using Dll without TLB file

    First of all you have to find out whether this DLL is meant to work with VB (i.e whether it uses BSTRs as strings and such). If it's not you will need to develop COM wraper around this dll.


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

Featured