ImageEnVect .SaveToFileAll raise an exception: "Invalid ZStream operation". it seems there are something with the compression parameter.... the default -1 does not working...if i use the -2 (no compression) it works. Any suggestions ? For Help thank you in advance.
Have you moved ImageEn obj files (there are files like "adler32.obj, png.obj, etc...") in the same directory of imageEn source code (where are files like "imageenproc.pas, hyieutils.pas, etc...")?
Yes ! I moved the 113 obj files into "ImageEn\Source" , verified that the library path & browsing path is set in the Delphi environment, deleted the project dcu's, rebuilded the entire project but the problem still exist: Invalid ZStream operation! every time i try to save with ImageEnVect.SaveToFileAll.