Hi all, I use gifimage.pas, from

Hi all, I use gifimage.pas, from
http://melander.dk/delphi/gifimage/
(as it is able to create animated gifs)
The problem is, it uses asm
and if I change my project to target 64 bit, then it chokes on the asm command in gifimage.pas

thanks for any pointers :)
Brian
http://melander.dk/delphi/gifimage/

Comments

  1. I have now discovered that I have other units/components that use asm too (e.g a component to display flash images)..will have to see if there is a 64 bit version

    ReplyDelete
  2. Brian Hamilton The TeeGif.pas unit in TeeChart Pro has code to create animated gifs using default GIfImg unit (no asm), maybe it helps

    ReplyDelete
  3. Hi..it's all good now re animated gifs without using asm...using updated code above...thanks though!

    ReplyDelete

Post a Comment