Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
yogiyang
Posted - Dec 08 2015 : 04:06:20 Hello,
While developing a software, it came to my notice that files saved from ImageEn's routine: LayersSaveToFile gives data error while opening such files.
Let me try and explain.
I have developed the main software in XE6 and it is working fine. I am able to save files using LayersSaveToFile function and also load them using LayersLoadFromFile function.
I am maintaining the source of my software in two different version of Delphi. 1. D2007 and 2. XE6.
If I try to open files saved by the executable generated by XE6 in the executable generated by D2007. I get the Data Error message and the file in question that Delphi IDE shows is iezlib at line # 386 (raise EZDecompressionError.Create(z_errmsg[2 - code]);)
Here is the screen shot of the error message that I receive.
TIA
Yogi Yang
3 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Dec 09 2015 : 21:54:31 Hi Yogi
Your file loads as corrupted in both D2007 and XE6, but I can't reproduce when I try to do the same.
So I suspect that is something odd is happening with your XE6 installation. Presumably you have an older version of iezlib.pas on your path.