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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 TIEBitmap Error

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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