: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 ...
Search found 6 matches
- Wed Dec 03, 2008 2:15 pm
- Forum: GFL SDK
- Topic: Incompatible types: 'PPGFL_BITMAP' and 'PGFL_BITMAP
- Replies: 7
- Views: 2480
- Wed Dec 03, 2008 9:07 am
- Forum: GFL SDK
- Topic: Incompatible types: 'PPGFL_BITMAP' and 'PGFL_BITMAP
- Replies: 7
- Views: 2480
- 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 ???
http://newsgroup.xnview.com/viewtopic.p ... =gflbitblt
same code but don't working...
how do you say load PPGFL_BITMAP ???
- 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 ...
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 ...
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 ...
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 ...