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?
Gifimage.pas - can it be disabled?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |