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
 Forgotten defines
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

zerob

148 Posts

Posted - Sep 14 2015 :  04:03:00  Show Profile  Reply
You forgot to add IEHASSYSTEMTYPES to Delphi 10 and XE8 in ie.inc

zerob

148 Posts

Posted - Sep 14 2015 :  04:32:42  Show Profile  Reply
Maybe you can lower your work and make it more future proof if you use things like:

{$ifdef CONDITIONALEXPRESSIONS} // Delphi 6 or later
{$if CompilerVersion > 18}

{$ifend}
{$endif CONDITIONALEXPRESSIONS}

And there are the version numbers:
http://delphi.wikia.com/wiki/CompilerVersion_Constant

Or maybe switch at least to {$if defined(VER300)}
Go to Top of Page

xequte

38517 Posts

Posted - Sep 15 2015 :  00:49:04  Show Profile  Reply
Thanks,

We have it on the to-do list to use CompilerVersion conditional defines once we deprecate Delphi 5 support.

I will check why IEHASSYSTEMTYPES is not defined.



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: