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
delphi libgfl.pas update to 2.82
Moderators: helmut, XnTriq, xnview
delphi libgfl.pas update to 2.82
Last edited by gispos on Wed May 14, 2008 9:53 pm, edited 4 times in total.
Re: delphi libgfl.pas update to 2.82
Thank you very muchgispos 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
Pierre.
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
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.dllgispos 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
Pierre.