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
 Multiple Versions of Delphi

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
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'