Subject RE: [IBO] TIB_OleContainer URGENT
Author Jason Wharton
NOTE: In the latest version of IBO (4.6B) I removed the TIB_OleContainer
component due to its dependency on the ZLIB unit and all the problems it
caused my automatic installation. It still exists but you have to manually
install them using your own package.

It could also have to do with differences in the ZLIB unit between the one I
tried to provide and the stock one added to later versions of Delphi.

In any case, ZLIB is very likely the culprit. Perhaps Thomas can jump in
here and lend a hand since he is the primary contributor of this component.

Thanks,
Jason Wharton


> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of jaguarius2003
> Sent: Wednesday, June 07, 2006 3:14 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] TIB_OleContainer URGENT
>
>
> Hello all,
>
> I was just finishing up a major release of my new app, which
> incorporates the TIB_OleContainer, when I noticed, to my utter dismay,
> then when the savetofile or savetodocument function is used, the
> resulting file is corrupt!
>
> Even with compression completely disabled, if I check the decompressed
> filesize vs. the compressed filesize, the compressed filesize shows as
> a few to a few hundred bytes smaller. IMO something is causing file
> corruption.
>
> If anyone has a resolution for this please let me know asap, as I am
> on a deadline with my program and I need to OLE container for internal
> document management.
>
> The documents display fine in the OLE container, so the problem may be
> in the save routine itself. If any of the IBO team sees this perhaps
> they can check?
>
>
> Thanks
>
> Jason S. Gagnon