John@Field

United Kingdom
13 Posts |
Posted - Jan 29 2016 : 05:59:55
|
Below is the Header of the Module On compile I get The error

unit mdlFocus;
interface
uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, jpeg, Menus, ComCtrls, Tabs, ToolWin, ExtDlgs, math, mdlDeclare, ieview, imageenview, imageen, imageenio, hyieutils, imageenproc, ieopensavedlg, iemio, iemview;
var AdjBmp : TIEBitmap; TB, TG, TR : array of array of Single; In previous versions of Delphi [XE] and ImagenEn 5.2 it worked fine, yet with Delphi 10 Seattle and ImageEn 6.2.1 I Get the Errors [dcc32 Error] mdlFocus.pas(10): E2003 Undeclared identifier: 'TIEBitmap' [dcc32 Error] mdlFocus.pas(13): E2005 'TIEBitmap' is not a type identifier
JWA |
|