Search found 6 matches

by ber
Wed Dec 03, 2008 2:15 pm
Forum: GFL SDK
Topic: Incompatible types: 'PPGFL_BITMAP' and 'PGFL_BITMAP
Replies: 7
Views: 2480

:D Thanks,
No error message but don't working... I don't understand.
Do you help me please...

var
i,a: integer;
finfo,fgh : TGFL_FILE_INFORMATION;
lp: TGFL_LOAD_PARAMS;
sp: TGFL_SAVE_PARAMS;
gfl_bmp,logo : PGFL_BITMAP;
e, f, g: GFL_ERROR;
rect: TGFL_RECT;
color: PGFL_COLOR ;
begin ...
by ber
Wed Dec 03, 2008 9:07 am
Forum: GFL SDK
Topic: Incompatible types: 'PPGFL_BITMAP' and 'PGFL_BITMAP
Replies: 7
Views: 2480

Thank you but code not working.
finfo,fgh : TGFL_FILE_INFORMATION;
lp: TGFL_LOAD_PARAMS;
sp: TGFL_SAVE_PARAMS;
gfl_bmp,logo : PGFL_BITMAP;
cc:PPGFL_BITMAP;
e, f,g: GFL_ERROR;
format: string;
rect: PGFL_RECT;
color: PGFL_COLOR ;
begin
gflGetDefaultLoadParams(lp);
lp.Flags := GFL_LOAD ...
by ber
Tue Dec 02, 2008 3:04 pm
Forum: GFL SDK
Topic: Incompatible types: 'PPGFL_BITMAP' and 'PGFL_BITMAP
Replies: 7
Views: 2480

I don't know good english.
http://newsgroup.xnview.com/viewtopic.p ... =gflbitblt
same code but don't working...
how do you say load PPGFL_BITMAP ???
by ber
Tue Dec 02, 2008 8:39 am
Forum: GFL SDK
Topic: Incompatible types: 'PPGFL_BITMAP' and 'PGFL_BITMAP
Replies: 7
Views: 2480

Incompatible types: 'PPGFL_BITMAP' and 'PGFL_BITMAP

Hi tranparent code
I have error message
i: integer;
filename1, filename: string;
finfo,fgh : TGFL_FILE_INFORMATION;
lp: TGFL_LOAD_PARAMS;
sp: TGFL_SAVE_PARAMS;
gfl_bmp,logo : PGFL_BITMAP;
e, f,g,c: GFL_ERROR;
format: string;
rect: PGFL_RECT;
color: PGFL_COLOR ;
begin
OpenDialog.Filter ...
by ber
Thu Nov 27, 2008 8:14 am
Forum: GFL SDK
Topic: GFLRotate
Replies: 3
Views: 1713

No error message but don't working...

procedure TImageViewForm.vb1Click(Sender: TObject);
var
InformationFichier: TGFL_File_Information;
LoadParam : TGFL_Load_Params;
spr : TGFL_SAVE_PARAMS;
Erreur ,f : GFL_Error;
GFLImage : PGFL_Bitmap;
gfl_bmp_dst: PPGFL_BITMAP;
Rotation :integer ...
by ber
Wed Nov 26, 2008 1:46 pm
Forum: GFL SDK
Topic: GFLRotate
Replies: 3
Views: 1713

GFLRotate

Hi,
I am using Delphi . I have a problem with GFLRotate.

procedure TImageViewForm.vb1Click(Sender: TObject);
var
InformationFichier: TGFL_File_Information;
LoadParam : TGFL_Load_Params;
// spr : TGFL_SAVE_PARAMS;
Erreur : GFL_Error;
GFLImage : PGFL_Bitmap;
gfl_bmp_dst: PPGFL_BITMAP;
Rotation ...