Search found 8 matches

by gispos
Wed Dec 10, 2008 6:13 pm
Forum: GFL SDK
Topic: Delphi 2009
Replies: 1
Views: 1540

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 ...
by gispos
Wed May 14, 2008 10:19 pm
Forum: GFL SDK
Topic: Minor Bug, GFL SDK 2.82 for Delphi
Replies: 2
Views: 1703

Download the updated lib.pas at: http://newsgroup.xnview.com/viewtopic.php?t=14526
and test it.
The updated lib code is:

function gflAllockBitmap(BType: GFL_BITMAP_TYPE;
width, height, line_padding: GFL_INT32;
const color: PGFL_COLOR): PGFL_BITMAP; stdcall;

function gflAllockBitmapEx(BType: GFL ...
by gispos
Tue Mar 04, 2008 8:41 am
Forum: GFL SDK
Topic: delphi libgfl.pas update to 2.82
Replies: 4
Views: 3602

Oops!… libw… aha… ok… :D
fixed version is uploaded. Look at to my first posting
In archive has it inserting an updated Delphi demo.

Nice day und Grüße
gispos
by gispos
Mon Mar 03, 2008 4:24 pm
Forum: GFL SDK
Topic: delphi libgfl.pas update to 2.82
Replies: 4
Views: 3602

Hello I have a question.
Unicode functions ‘W’ for libgfl282.dll are not available?
Declarations in libgfl.h has found and added to Delphi libgfl.pas but becomes error messages “Declarations in DLL not found”.

Isn’t available so will remove it the declarations in libgfl.pas
Is it available so ...
by gispos
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 ...
by gispos
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 ...
by gispos
Sun Mar 02, 2008 1:19 pm
Forum: GFL SDK
Topic: Bug on Photoshop PSD format ?
Replies: 3
Views: 2100

Images have it send to REMOVED I’m hope this is the correct way.

Gruß gispos
by gispos
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 ...