Search found 33 matches

by AmigoJack
Fri Mar 12, 2010 12:07 pm
Forum: GFL SDK
Topic: Format Versions / GFL_FILE_INFORMATION.Description
Replies: 1
Views: 915

Format Versions / GFL_FILE_INFORMATION.Description

When reading GFL_FILE_INFORMATION . Description this value also contains the version of the format (like 87 or 89 for GIF, or 1.1 or 1.2 for JPEG). Is this the only way to get the version of a format? Or is there another possibility to only get the version without description (or having both separat...
by AmigoJack
Fri Mar 12, 2010 11:59 am
Forum: GFL SDK
Topic: GFL_FILE_INFORMATION.ExtraInfos / gflGetExtraInfos
Replies: 1
Views: 1099

GFL_FILE_INFORMATION.ExtraInfos / gflGetExtraInfos

I just implemented gflGetExtraInfosCount and gflGetExtraInfos to be used upon GFL_FILE_INFORMATION . ExtraInfos . The first function should give me the amount of extra infos available. However, when I call it handing over a GFL_FILE_INFORMATION struct it raises an Access Violation. So I now do check...
by AmigoJack
Tue Mar 09, 2010 7:08 pm
Forum: GFL SDK
Topic: Delphi interface (+ example) improved
Replies: 9
Views: 4493

Delphi interface (+ example) improved

Hi, I improved the interface for Pascal users to support dynamic linking/loading now. With this the DLLs don't have to be loaded from the start of program execution, which unnecessarily consumes memory. Also you can now point to where the DLLs reside and which filename they have. Full unicode suppor...