T O P I C R E V I E W |
Gubben |
Posted - Jul 26 2025 : 00:21:33 My program fails at these lines after the update:
ImageEnMView1.GetImageToStream(ImageEnMView1.SelectedImage,ms,iotiff);
ImageEnView1.ZoomFilter:=rfhermite;
imageenview1.proc.Rotate(90,ierNone);
How can I fix it?
Kind regards, Ole |
5 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jul 28 2025 : 18:36:42 Hi
You can just remove the old imageen unit (It was used for the legacy TImageEn, which is now in hyiedefs).
There are new versions of the PDF DLL in the \DLL\ sub-folder where you installed ImageEn. Please see:
http://www.imageen.com/help/ImageEn_DLLs.html
Nigel Xequte Software www.imageen.com
|
Gubben |
Posted - Jul 28 2025 : 12:35:05 Uninstalled using Revo Uninstaller an reinstalled
Kan now compile, but on program start I now get this error/message.

Where can I download the newest version? |
Gubben |
Posted - Jul 28 2025 : 11:38:51 Still errors.
[dcc32 Fatal Error] ReklamasjonerViseUnit.pas(9): F2613 Unit 'imageen' not found.
I have not changed the location, may be the installation of 14.2.0?
 |
Gubben |
Posted - Jul 28 2025 : 02:28:27 Hi Niegel
Sorry, my bad. I have not added iexDefs and iexUtils to the uses clause.
Thanks for the IECompatibilityFixer tool.
Kind regards, Ole |
xequte |
Posted - Jul 28 2025 : 00:07:39 Hi Ole
Fails how? Can you give me all the code?
Have you added iexDefs and iexUtils to your uses clause:
https://www.imageen.com/help/Updating_and_Compatibility.html
If not, please run this tool:
https://www.imageen.com/files/other/IECompatibilityFixer.exe
Nigel Xequte Software www.imageen.com
|