Recent

Author Topic: [SOLVED] Is there updated gifanim tool? If not, what is the alternative?  (Read 5877 times)

Awesome Programmer

  • Sr. Member
  • ****
  • Posts: 479
  • Programming is FUN only when it works :)
    • Cool Technology
I have been reading that gifanim component for Lazarus is outdated and has not been updated since 2009. I did try to install it on my fpc 2.6.0 and Laz 1.0.6. However, it complained that it can't install the package.

so, is there an updated gifanim tool? if not what is the alternative?

I simply want to display animated gif on my Lazarus form.
« Last Edit: June 24, 2013, 05:16:46 pm by reltek »

exdatis

  • Hero Member
  • *****
  • Posts: 668
    • exdatis

exdatis

  • Hero Member
  • *****
  • Posts: 668
    • exdatis

exdatis

  • Hero Member
  • *****
  • Posts: 668
    • exdatis
Re: Is there updated gifanim tool? If not, what is the alternative?
« Reply #3 on: June 20, 2013, 10:42:08 pm »
http://lazarus.johann-elsass.net/
Lib and test app.
Regards

Awesome Programmer

  • Sr. Member
  • ****
  • Posts: 479
  • Programming is FUN only when it works :)
    • Cool Technology
Re: Is there updated gifanim tool? If not, what is the alternative?
« Reply #4 on: June 21, 2013, 03:32:48 pm »
 %) Thanks for the reply, but there are so many different versions of BGRAControls and LazPaint listed. Which one do I choose? Also, do I have to to install LazPaint along with BGRAbitmap?

I just downloaded the latest and the greatest BGRAbitmap package 7.2 and try to install into my IDE. Compiler failed to install it successfully with message, "/home/Joey/111jjj/bgrabitmap7.2/bgrabitmap7.2/bgrasse.pas(159,21) Fatal: Internal error 201001032"

Should I try installing one version at a time to see if any works?

Edit: I just downloaded and try to install BGRAbitmap 7.1 to my Lazarus IDE. I got the same error as above and the error seems to be in the same file and at the same location.

Code: [Select]
procedure Add3D_AlignedSSE(var dest: TPoint3D_128; const src: TPoint3D_128); assembler;
asm
  movaps xmm0, [dest]  <<<----something about dest it doesn't like
  movups xmm1, [src]
  addps xmm0, xmm1
  movaps [dest], xmm0
end;


Edit: BGRAbitmap 6.9.5 does the samething --- failed to compile and install.

thanks again for your help.
« Last Edit: June 21, 2013, 05:05:10 pm by reltek »

exdatis

  • Hero Member
  • *****
  • Posts: 668
    • exdatis
Re: Is there updated gifanim tool? If not, what is the alternative?
« Reply #5 on: June 21, 2013, 08:03:47 pm »
Sorry, I can't help you much, I use CodeTyphon, BIG IDE with integrated BGRA_controls.

Cyrax

  • Hero Member
  • *****
  • Posts: 836

Jurassic Pork

  • Hero Member
  • *****
  • Posts: 1290
Re: Is there updated gifanim tool? If not, what is the alternative?
« Reply #7 on: June 22, 2013, 01:28:19 am »
hello,
read this thread http://www.lazarus.freepascal.org/index.php?topic=20517.0
 for your compilation problem and as cyrax said  goto to  : 
http://sourceforge.net/p/lazpaint/code/HEAD/tree/ to get bgrabitmap
with my patch

Friendly, J.P
Jurassic computer : Sinclair ZX81 - Zilog Z80A à 3,25 MHz - RAM 1 Ko - ROM 8 Ko

Awesome Programmer

  • Sr. Member
  • ****
  • Posts: 479
  • Programming is FUN only when it works :)
    • Cool Technology
Re: Is there updated gifanim tool? If not, what is the alternative?
« Reply #8 on: June 24, 2013, 05:16:28 pm »
 :D Fantastic my friends. I got everything squared away. I am not getting anymore problems after following your suggestions.

Thank you  8)

 

TinyPortal © 2005-2018