Error in libgfl.pas
Posted: Sat May 01, 2010 11:10 am
Hi,
I have found a bug in libgfl.pas.
The function:
must be replaced by:
Best Regards
Miguel Angel
I have found a bug in libgfl.pas.
The function:
Code: Select all
function gflImportFromClipboard(dst: PGFL_BITMAP): GFL_ERROR; stdcall;
Code: Select all
function gflImportFromClipboard(dst: PPGFL_BITMAP): GFL_ERROR; stdcall;
Miguel Angel