ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TIEBitmap Error
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

John@Field

United Kingdom
13 Posts

Posted - Jan 29 2016 :  05:59:55  Show Profile  Reply
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

w2m

USA
1990 Posts

Posted - Jan 29 2016 :  07:53:03  Show Profile  Reply
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
Go to Top of Page

John@Field

United Kingdom
13 Posts

Posted - Jan 29 2016 :  08:13:51  Show Profile  Reply
Thank you Bill Miller,

Adding iexBitmaps to users solved the problem.

JWA
Go to Top of Page

John@Field

United Kingdom
13 Posts

Posted - Jan 29 2016 :  08:17:12  Show Profile  Reply
Sorry Uses

JWA
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: