exception error: GIF export
Posted: Fri Aug 26, 2005 8:11 pm
Hi,
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:
The chart control works fine, but when the program tries to execute the "TGifExportFormat.Create" command, the following exception is thrown: "Project test.exe raised exception class EResNotFound with message 'Resource TTeeGIFOptions not found'."
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
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