Minor Bug, GFL SDK 2.82 for Delphi
Posted: Tue May 13, 2008 12:11 pm
is:
should be:
Code: Select all
function gflAllockBitmap(BType: GFL_BITMAP_TYPE;
width, height, line_padding: GFL_INT32;
var color: PGFL_COLOR): PGFL_BITMAP; stdcall;
Code: Select all
function gflAllockBitmap(BType: GFL_BITMAP_TYPE;
width, height, line_padding: GFL_INT32;
color: PGFL_COLOR): PGFL_BITMAP; stdcall;