Page 1 of 1

TeeGIF was compiled with a different version of Gifimage...

Posted: Thu Dec 29, 2005 8:09 pm
by 9231258
I just installed Teechart7.06 and tried to build the Tee7New.exe under examples/features. Here is the error I got:

[Fatal Error] Export_GIF.pas(41): Unit TeeGIF was compiled with a different version of GIFImage.TGIFImage

What should be the correct version of Gifimage? and where could I get it?

Thanks!

Posted: Mon Jan 02, 2006 12:02 pm
by Pep
Hi,

yes, our library uses Ander Melander's TGifImage component source code too (with permission). And since two different packages with the same component (or even unit) name cannot coexist, Delphi complains about it and doesn't allow you to install another package with the same component/unit name. The solutions :
+ remove TGifImage component
+ rename TGifImage component implementation, install TeeImage77.bpl
package (case for TeeChart Pro v7 for Delphi7) and then reinstal/recompile TGifImage component files.
+ don't install TeeImage75.bpl package