Home
Features
Demos
Store
Forum
Support
ImageEn Forum
Profile
Join
Active Topics
Forum FAQ
Search
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
Topic
zerob
198 Posts
Posted - Sep 14 2015 : 04:03:00
You forgot to add IEHASSYSTEMTYPES to Delphi 10 and XE8 in ie.inc
zerob
198 Posts
Posted - Sep 14 2015 : 04:32:42
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)}
xequte
39141 Posts
Posted - Sep 15 2015 : 00:49:04
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
Topic
New Topic
Reply to Topic
Jump To:
Select Forum
ImageEn Library for Delphi, C++ and .Net
ImageEn and IEvolution Support Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page