for example while designing, using the timage component if i try to load a gif picture with the picture property editor (property picture) i have this strange message :
cannot assign a TBGRAAnimatedGif to a TBGRAAnimatedGif
and the picture isn't loaded
i have the BGraBitmap package installed.
If i uninstall the BGraBitmap package , no problem to load a gif picture.
It seems to be a conflict with the class TFPReaderGif which is in Files :
fpc\packages\fcl-image\src\fpreadgif.pas and
bgrabitmap\bgraanimatedgif.pas
Friendly , J.P