T O P I C R E V I E W |
Paruyr |
Posted - Mar 10 2012 : 14:44:55 Hi, After upgrading to 4.1.0 TimageENVect.SavetostreamIEV stopped working. I am getting 'Stream Error' message. Even in your 'Annotation.dpr' project when i try to use SavetostreamIEV it crashes. In the source code it fails when calls this function: // save objects LZStream := TZCompressionStream.Create(Stream, zcDefault, 15);
(unit IEVECT.pas, line: 9231)
Can you advice please.
Thank you.
Paruyr |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Mar 12 2012 : 01:53:28 FYI the latest installer now places the obj files in the same folder as the source code.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
Paruyr |
Posted - Mar 10 2012 : 18:30:56 Thank you very much! It worked (obj files to source directory).
Paruyr |
fab |
Posted - Mar 10 2012 : 16:37:17 Hi, this is the same problem of PNG/zlib. Please look at these topic:
http://www.imageen.com/ieforum/topic.asp?TOPIC_ID=357 http://www.imageen.com/ieforum/topic.asp?TOPIC_ID=359
Try to put all obj files (files in "libs" directory) in the same directory of ImageEn source code (where are .pas files). |