Search found 3 matches

by lovelypp
Mon Sep 24, 2007 11:55 pm
Forum: Support
Topic: GIF is displayed but not animated when using BCB6, why?
Replies: 2
Views: 8505

thanks, resolved

I add the following line:
#pragma link "RVGifAnimate"

it's resolved. thanks great !
by lovelypp
Mon Sep 24, 2007 7:20 am
Forum: Support
Topic: GIF is displayed but not animated when using BCB6, why?
Replies: 2
Views: 8505

GIF is displayed but not animated when using BCB6, why?

I use Anders Melander's TGifImage class and the trail version (1.9.38) of TRichView. My compiler is BCB 6. The AnimationMode property is set to rvaniOnFormat. My code is as following: #include "RVGifAnimate.hpp" #include "GIFImage.hpp" ... void __fastcall TForm1::Button1Click(TObject *Sender ...