Search found 2 matches

by Sturman
Tue Nov 14, 2006 6:36 am
Forum: GFL SDK
Topic: How to use gflLoadBitmapFromMemory
Replies: 1
Views: 1393

make it myself
in module libgfl.pas added:

function gflLoadBitmapFromMemory(const data: pointer;data_length:integer;length:integer; var bitmap: PGFL_BITMAP;
var params: TGFL_LOAD_PARAMS;
var info: TGFL_FILE_INFORMATION): GFL_ERROR; stdcall;

in program:
...
var ms: TMemoryStream ...
by Sturman
Fri Nov 10, 2006 12:57 pm
Forum: GFL SDK
Topic: How to use gflLoadBitmapFromMemory
Replies: 1
Views: 1393

How to use gflLoadBitmapFromMemory

How to use gflLoadBitmapFromMemory with Delphi's TMemoryStream?

Thank You