|
-
December 30th, 1999, 05:53 AM
#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
-
January 23rd, 2000, 01:53 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|