Page 1 of 1

Error in libgfl.pas

Posted: Sat May 01, 2010 11:10 am
by madiazg
Hi,
I have found a bug in libgfl.pas.

The function:

Code: Select all

function gflImportFromClipboard(dst: PGFL_BITMAP): GFL_ERROR; stdcall;
must be replaced by:

Code: Select all

function gflImportFromClipboard(dst: PPGFL_BITMAP): GFL_ERROR; stdcall;
Best Regards
Miguel Angel

Re: Error in libgfl.pas

Posted: Tue May 04, 2010 3:41 pm
by AmigoJack
I already changed that months ago, see http://newsgroup.xnview.com/viewtopic.php?f=4&t=19530 version from 2010-03-21 (which also contains a compiler switch to be compatible with all projects using pointers instead of VAR-definitions).