Error in SDK [Delphi]
Posted: Thu Oct 23, 2003 12:26 pm
There are the errors in libgfl.pas file, line 230
This code produces the error
[Error] LibGfl.pas(232): Invalid compiler directive: 'EpsWidth'
...
So it should be corrected to
Delphi 7, Win2000 Pro SP2
Code: Select all
// For Eps
EpsDpi : GFL_UINT16
EpsWidth : GFL_INT32
EpsHeight : GFL_INT32
[Error] LibGfl.pas(232): Invalid compiler directive: 'EpsWidth'
...
So it should be corrected to
Code: Select all
EpsDpi : GFL_UINT16;
EpsWidth : GFL_INT32;
EpsHeight : GFL_INT32;