Click to See Complete Forum and Search --> : using Dll without TLB file


CMMRAO
December 30th, 1999, 04:53 AM
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

Leonid Shraybman
January 23rd, 2000, 12:53 AM
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.