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
 TimageENVect.SavetostreamIEV error

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
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).