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