I've revitalized an old project and I'm having a problem:
I'm running TeeChart Pro VCL v5.02 with Delphi 6 (yes, since 2001!). In my code there's the following statement:
Code: Select all
uses
...
TeeProcs, Chart, TeeFunci, TeeGIF, TeEngine, ...
var GIF : TGifExportFormat;
begin
...
GIF:= TGifExportFormat.Create;
end;
I've already uninstalled/re-installed TeeChart because I thought something might have been gone lost or overwritten, but to no avail - the problem remains. The code has once worked successfully years ago, I still have examples of exported GIF files. The major change in the application compared to the original version is that I have added multi-language support with the Borland Resource DLL wizard, but I don't see any connections between this modification and the exception error. Does anybody have any idea what's going wrong here? Any help appreciated!
Claus