-
16-bit DLL in VB 6.0
Greetings,
I am trying to use an old 16-bit DLL in VB 6.0. Is this possible?
When I tried to call a function in the DLL, I get a "file not found" message. I have copies of the DLL in both the system and applications folder.
I've even tried regsvr32 but to no avail.
Is there a special way to declare 16-bit DLLs or should I look for the 32-bit version?
TIA
-
u should look for the 32 bit version.
If u cannot find it, u can try making a ole server in 16 bits vb, encapsulate the functions u need from the 16 bit dll.