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
 Stream 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
pierrotsc Posted - Apr 22 2016 : 09:23:33
Why would ImageEnVect.ObjSaveUndo; create a stream error?
Using XE and 5.2.2

Thanks.
3   L A T E S T    R E P L I E S    (Newest First)
pierrotsc Posted - Apr 26 2016 : 07:50:10
it has to do with another library conflict it looks like that is also using the same library compression. if I put the imageen path at the beginning of the list and compile, the error goes away.
xequte Posted - Apr 26 2016 : 00:16:08
Hi

I cannot reproduce this in 6.2.3 Beta. Can you give me more info?

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
pierrotsc Posted - Apr 22 2016 : 09:49:01
This is where it is crashing. in iezlib
function DeflateInit(var stream: TZStreamRec; level: Integer): Integer; cdecl;
begin
result := DeflateInit_(stream, level, PAnsiChar(ZLIB_VERSION), SizeOf(TZStreamRec));
end;

So I may have something that conflicts. The only other lib I am using is devex though.