Click to See Complete Forum and Search --> : HOW TO : create automatically a TLB file from a definition file ?


Michael RENARD
January 31st, 2000, 02:41 PM
Hi,

Is it possible to create automatically a TLB file from a definition file ?

Example :

T2W_DISKIO.BAS contains :

Declare Function cCheckFragmentation Lib "t2win-32.dll" (ByVal sDrive As String, ByVal iCheckType As Integer) As Double
Declare Function cGetFragmentationReport Lib "t2win-32.dll" (ByVal sDrive As String, ByVal iCheckType As Integer, tFragmentationReport As Any) As Integer

How to create the TBL file automatically ?

Regards,

Michael