ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Stream error
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

pierrotsc

USA
499 Posts

Posted - Apr 22 2016 :  09:23:33  Show Profile  Reply
Why would ImageEnVect.ObjSaveUndo; create a stream error?
Using XE and 5.2.2

Thanks.

pierrotsc

USA
499 Posts

Posted - Apr 22 2016 :  09:49:01  Show Profile  Reply
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.
Go to Top of Page

xequte

39064 Posts

Posted - Apr 26 2016 :  00:16:08  Show Profile  Reply
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
Go to Top of Page

pierrotsc

USA
499 Posts

Posted - Apr 26 2016 :  07:50:10  Show Profile  Reply
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.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: