gflCrop and GFL_RECT
Posted: Tue Jan 29, 2008 11:13 pm
Hello, I have a problem with gflCrop and GFL_RECT.
if:
then Error: Access violation at address...
but
then 'Incompatible types: PGFL_RECT and TGFL_RECT'
What am I doing badly?[/code]
I am using Turbo Delphi .
Regards...
if:
Code: Select all
var
AreaAjusteFino : PGFL_RECT;
.
.
AreaAjusteFino.x := 10;
but
Code: Select all
AreaAjusteFino : TFL_RECT;
.
.
.
e2 := gflCrop(gfl_bmp2,nil,AreaAjusteFino)
What am I doing badly?[/code]
I am using Turbo Delphi .
Regards...