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