Search found 3 matches
- Sun May 11, 2008 12:47 pm
- Forum: Support
- Topic: www.trichview.com can not be visited from China. why ?
- Replies: 2
- Views: 8621
- 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 !
#pragma link "RVGifAnimate"
it's resolved. thanks great !
- 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 ...