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