VB6.0 include DLL(Created with VC++)

larva

Member
Jul 15, 2001
185
0
0
Hi,

How can I include the DLL files I created with VC++6.0 into VB6.0 ? Thanks !

Regards,
Larva

 

AndyHui

Administrator Emeritus<br>Elite Member<br>AT FAQ M
Oct 9, 1999
13,141
17
81
Do you want to include the DLLs as part of the deployment package, or do you want to be able to call the functions inside the DLL?
 

larva

Member
Jul 15, 2001
185
0
0
Hi,

I need to include the DLL and use the function inside the DLL. How should I do this ? Thanks !

Larva