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

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Newbie
Newbie
Posts: 1
Joined: Wed Mar 10, 2004 5:00 am

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

Post by » Thu Dec 29, 2005 8:09 pm

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!

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jan 02, 2006 12:02 pm

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

Post Reply