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
 ie.inc undefine IEINCLUDEDICOM raise error
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Ralf

112 Posts

Posted - Feb 22 2017 :  02:24:08  Show Profile  Reply
When i undefine the IEINCLUDEDICOM i get an error in iexBitmaps while compiling

"Declaration of TIEDicomTags isn't complete".

xequte

38180 Posts

Posted - Feb 22 2017 :  14:50:29  Show Profile  Reply
Sorry, this is fixed in the latest update.

Find the line:

TIEDicomTags = Class;

And wrap it as follows:

{$ifdef IEINCLUDEDICOM}
TIEDicomTags = Class;
{$endif}

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: