Page 1 of 1

Gifimage.pas - can it be disabled?

Posted: Tue Apr 19, 2005 7:06 am
by 9341642
TeeChart uses gifimage.pas unit of some very old version. We are also using this unit (a new version) in Delphi. When we load TeeChart Packages to Delphi, a conflict happens due to cross-usage of the unit. We would like to stop using gifimage.pas from TeeChart and use the one we already have installed.

Can you make it possible to turn off the built-in gifimage.pas?

Posted: Tue Apr 19, 2005 8:33 am
by narcis
Hi Fedya,

I've already included this to our wish-list to be considered for future releases.

Actually, you can disable the gif export format and use your own, but this will not be integrated in TeExport. As you are a TeeChart source customer you can also "easily" derive new export filter (like TEnhGifExport), use our code for actual exporting and your unit for gif generation.

Posted: Tue Apr 19, 2005 8:39 am
by 9341642
Thank you very much, once again, Narcis!