T O P I C R E V I E W |
mdgodfrey |
Posted - Dec 13 2021 : 13:03:59 I am having issues trying to use ImageEn with Multiple versions of Delphi. (Delphit 2007 & XE4) Should I be able to do that?
Thanks |
4 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Dec 13 2021 : 18:10:34 Hi
TIETIFFHandler is in the iexClasses unit.
The documentation lists the unit needed for each class:
https://www.imageen.com/help/TIETIFFHandler.html
Also, the Compatibility page can be useful:
https://www.imageen.com/help/Updating_and_Compatibility.html
Nigel Xequte Software www.imageen.com
|
mdgodfrey |
Posted - Dec 13 2021 : 17:45:14 In the meantime I upgraded and now compiling doesn't like TieTiffHander. Can you suggest what unit I need on that now?
Thanks |
xequte |
Posted - Dec 13 2021 : 17:41:14 Hi
ImageEn supports every version of Delphi from v5 to the latest.
For TileBitmapOntoCanvas(), ensure tha you have added iexCanvasUtils to your uses clause.
Nigel Xequte Software www.imageen.com
|
mdgodfrey |
Posted - Dec 13 2021 : 13:11:46 Some explanation of the issues. I am converting to XE4. When I compile in XE4 I first hit an issue that says 'ie.inc' not found. That was found in the ..\Source folder. I added that to the library and then the next compilation error goes to: undeclared identifier: 'TileBitmapOntoCanvas'
|