Hello, at the moment I don’t have Delphi 2009 installed,
but I think with a small update you can solve the Delphi 2009 problem.
Go to the first type declarations in the LibGfl.pas and added this two lines:
Char = AnsiChar;
PChar = PAnsiChar;
This is not tested! But works with all Versions of ...
Search found 8 matches
- Wed May 14, 2008 10:19 pm
- Forum: GFL SDK
- Topic: Minor Bug, GFL SDK 2.82 for Delphi
- Replies: 2
- Views: 1703
- Tue Mar 04, 2008 8:41 am
- Forum: GFL SDK
- Topic: delphi libgfl.pas update to 2.82
- Replies: 4
- Views: 3602
- Mon Mar 03, 2008 4:24 pm
- Forum: GFL SDK
- Topic: delphi libgfl.pas update to 2.82
- Replies: 4
- Views: 3602
- Mon Mar 03, 2008 1:29 pm
- Forum: GFL SDK
- Topic: gflCrop and GFL_RECT
- Replies: 3
- Views: 1799
Re: gflCrop and GFL_RECT
Hello, I have a problem with gflCrop and GFL_RECT.
if:
var
AreaAjusteFino : PGFL_RECT;
.
.
AreaAjusteFino.x := 10;
then Error: Access violation at address...
but
AreaAjusteFino : TFL_RECT;
.
.
.
e2 := gflCrop(gfl_bmp2,nil,AreaAjusteFino)
then 'Incompatible types: PGFL_RECT and TGFL ...
if:
var
AreaAjusteFino : PGFL_RECT;
.
.
AreaAjusteFino.x := 10;
then Error: Access violation at address...
but
AreaAjusteFino : TFL_RECT;
.
.
.
e2 := gflCrop(gfl_bmp2,nil,AreaAjusteFino)
then 'Incompatible types: PGFL_RECT and TGFL ...
- Sun Mar 02, 2008 1:55 pm
- Forum: GFL SDK
- Topic: delphi libgfl.pas update to 2.82
- Replies: 4
- Views: 3602
delphi libgfl.pas update to 2.82
Hello Delphi programers,
I’m updating the libgfl.pas, added declarations and functions from libgfl.h and libgfle.h v2.82
I fixed sum bugs was reported in this forum.
You found bug? Post at here please.
You create newer or fixed version? Post at here please.
I’m not sure can code posting here ...
I’m updating the libgfl.pas, added declarations and functions from libgfl.h and libgfle.h v2.82
I fixed sum bugs was reported in this forum.
You found bug? Post at here please.
You create newer or fixed version? Post at here please.
I’m not sure can code posting here ...
- Sun Mar 02, 2008 1:19 pm
- Forum: GFL SDK
- Topic: Bug on Photoshop PSD format ?
- Replies: 3
- Views: 2100
- Sat Mar 01, 2008 11:37 pm
- Forum: GFL SDK
- Topic: Bug on Photoshop PSD format ?
- Replies: 3
- Views: 2100
Bug on Photoshop PSD format ?
I'm use library DLL 2.80 in my Delphi application and found in this library
and in XnView the same bug on Photoshop PSD Format:
1.) I'm load a 8 BPP Bitmap (bmp) and save it in PSD Format, but the saved image is black.
2.) Compression info by load from 24 BPP PSD image is RGB 24 Bit RLE.
I think 24 ...
and in XnView the same bug on Photoshop PSD Format:
1.) I'm load a 8 BPP Bitmap (bmp) and save it in PSD Format, but the saved image is black.
2.) Compression info by load from 24 BPP PSD image is RGB 24 Bit RLE.
I think 24 ...