Witam
Posiadam bibliotekę oraz jej opis dla VB czy ktość może mi to przetłumaczyć na język zrozumiały dla Delphi.
Pomocy Sprawa bardzo ważna dla mnie.
Pozdrawiam Michal

Opis biblioteki:
Format:
Dim number As Integer
Dim ret As Integer
ret = cnc_upstart (FlibHndl, number)
Declare Function cnc_upstart% Lib "fwlib32.dll" (ByVal FlibHndl%, ByVal a%)

Format:

  Dim FlibHndl As Integer
  Dim ret      As Integer
  ret = cnc_allclibhndl (FlibHndl)

Declare Function cnc_allclibhndl% Lib "fwlib32.dll" (FlibHndl%)

Description:

  Allocates the library handle which is used by the Data window library.

Arguments:

  FlibHndl   Pointer to the variable to which the library handle will be
             stored.
             See "1.1.3 Library handle" for details.