Please suggest me how to call afunction of static library in VB. I want to call some string library functions.
ThanX in advance
[email protected]
Printable View
Please suggest me how to call afunction of static library in VB. I want to call some string library functions.
ThanX in advance
[email protected]
you need to create a DLL and write a Declare Statement in VB for the relevant functions.