Search found 1 match

by happyusers
Mon Jun 11, 2007 5:57 pm
Forum: GFL SDK
Topic: Unable to get working a freepascal example
Replies: 0
Views: 1519

Unable to get working a freepascal example

I tried to run the example included in the SDK. It does not compile. I have tried a far simpler example but I can't get it work except the GflGetVersion function. I have runtime error 216.
My example is as below :

uses libgfl;
var s1:string;
f_info:gfl_format_information;
i:gfl_int32;
er ...