T O P I C R E V I E W |
John@Field |
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 |
3 L A T E S T R E P L I E S (Newest First) |
John@Field |
Posted - Jan 29 2016 : 08:17:12 Sorry Uses
JWA |
John@Field |
Posted - Jan 29 2016 : 08:13:51 Thank you Bill Miller,
Adding iexBitmaps to users solved the problem.
JWA |
w2m |
Posted - Jan 29 2016 : 07:53:03 Add iexBitmaps to uses. You might also need to add hyiedefs, hyieutils as well.
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |
|
|