Search found 6 matches

by pepak
Tue Feb 27, 2007 6:14 pm
Forum: GFL SDK
Topic: I-View an asm pgm using GFL
Replies: 2
Views: 2287

Nice work, and something I wanted to write as well. Maybe I still will :-)

Btw., it's not working for me. When I browse to a directory which contains picture files, I get an error message:

"Impossible de creer le fichier de sauvegarde des fichiers
Veuillez verifier la place disponible sur votre ...
by pepak
Sat Feb 24, 2007 8:49 am
Forum: GFL SDK
Topic: GFLSDK v2.54 memory overwrite bug???
Replies: 5
Views: 3868

Just for the record, the load params were fixed in version 2.66
by pepak
Sat Feb 24, 2007 8:48 am
Forum: GFL SDK
Topic: Problem displaying the graphics
Replies: 4
Views: 3484

Beides, unless I am sadly mistaken, LibGFL only supportes loading GFL_BITMAPs from a handle, other bitmap types are only supported when read from files.
by pepak
Thu Feb 22, 2007 7:12 pm
Forum: GFL SDK
Topic: Problem displaying the graphics
Replies: 4
Views: 3484

Re: Problem displaying the graphics

xnview wrote: When you don't use gflLoadBitmapAsDIB??
Because I want to use several GFL functions with the loaded bitmap, e.g. gflResize.
by pepak
Wed Feb 21, 2007 4:32 pm
Forum: GFL SDK
Topic: Problem displaying the graphics
Replies: 4
Views: 3484

Problem displaying the graphics

I am using LibGFL versions 2.66 and 2.67 to load bitmaps into a Delphi application and I am encountering problems I just can't solve. I assume it is something trivial but I just can't find out what it is. I am using three different drawing methods and all three have some problems:

A) Drawing ...
by pepak
Mon Dec 18, 2006 3:11 pm
Forum: GFL SDK
Topic: GFLSDK v2.54 memory overwrite bug???
Replies: 5
Views: 3868

GFLSDK v2.54 memory overwrite bug???

I am having serious trouble writing a Delphi component descended from TGraphic with GflSDK 2.54. The application keeps crashing with an EAccessViolation. After numerous tests I noticed a probable culprit: When I call gflDefaultLoadParams(LoadParams), it writes not only 120 bytes (size of TGFL_LOAD ...