delphi libgfl.pas update to 2.82

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Post Reply
gispos
Posts: 8
Joined: Sat Mar 01, 2008 10:57 pm
Location: stuttgart

delphi libgfl.pas update to 2.82

Post by gispos »

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?

Download from file-upload.net:
http://www.file-upload.net/download-851 ... 2.rar.html

Download from rapidshare:
http://rapidshare.com/files/97148695/GF ... .82.02.rar


Thanks and good luck!
gispos
Last edited by gispos on Wed May 14, 2008 9:53 pm, edited 4 times in total.
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: delphi libgfl.pas update to 2.82

Post by xnview »

gispos wrote:Hallo 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 her please.
You create newer or fixed version? Post at her please.

I’m not sure can code posting her?
Uploaded to rapidshare:
http://rapidshare.com/files/96444557/libgfl_2.82.rar

Thanks and good luck!
gispos
Thank you very much
Pierre.
gispos
Posts: 8
Joined: Sat Mar 01, 2008 10:57 pm
Location: stuttgart

Post by gispos »

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 will update this next time:

By declarations forget it the call conversion stdcall.
By load functions change: const bitmap to var bitmap
// Download fixed version or added the stdcall and change the var parameters manually. ??

procedure gflBitmapSetName
function gflLoadBitmapW
function gflLoadThumbnailW
function gflSaveBitmapW
function gflGetFileInformationW

Sorry
Gruß gispos
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Post by xnview »

gispos wrote: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 will update this next time:

By declarations forget it the call conversion stdcall.
By load functions change: const bitmap to var bitmap
// Download fixed version or added the stdcall and change the var parameters manually. ??

procedure gflBitmapSetName
function gflLoadBitmapW
function gflLoadThumbnailW
function gflSaveBitmapW
function gflGetFileInformationW

Sorry
Gruß gispos
This functions are available in libw/libgfl.dll
Pierre.
gispos
Posts: 8
Joined: Sat Mar 01, 2008 10:57 pm
Location: stuttgart

Post by gispos »

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
Post Reply