Click to See Complete Forum and Search --> : Calling a Static library function in VB


October 12th, 1999, 12:30 AM
Please suggest me how to call afunction of static library in VB. I want to call some string library functions.
ThanX in advance

Girish@icpl.stpn.soft.net

Lothar Haensler
October 12th, 1999, 01:58 AM
you need to create a DLL and write a Declare Statement in VB for the relevant functions.