Lazarus中文社区

 找回密码
 立即注册(注册审核可向QQ群索取)

QQ登录

只需一步,快速开始

Lazarus IDE and 组件 下载地址版权申明
查看: 2007|回复: 4

请问Lazarus下有直接显示gif动画的组件吗?

[复制链接]

该用户从未签到

发表于 2013-3-26 09:46:57 | 显示全部楼层 |阅读模式
自带的TImage不能显示gif动画。才从delphi转过来。不知道怎么弄了。
回复

使用道具 举报

该用户从未签到

发表于 2013-3-26 09:57:48 | 显示全部楼层
谁说自带的TImage不能显示gif动画?不需要第三方组件的。
上传lazarus gif动画的例子:

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册(注册审核可向QQ群索取)

x
回复 支持 反对

使用道具 举报

该用户从未签到

 楼主| 发表于 2013-3-26 10:07:59 | 显示全部楼层
那能内嵌汇编不?原来的delphi代码有部分汇编。我直接写asm end;这样的,编译不通过。用的CodeTyphon编译的Lazarus1.1,windowsxp,32位.
回复 支持 反对

使用道具 举报

该用户从未签到

发表于 2013-3-26 10:33:36 | 显示全部楼层
这个就不知道了
回复 支持 反对

使用道具 举报

该用户从未签到

发表于 2013-3-26 15:35:52 | 显示全部楼层
摘自CT自带的ref.chm
18.1 Assembler statements
The following is an example of assembler inclusion in Pascal code.

...  
Statements;  
...  
Asm  
   the asm code here  
   ...  
end;  
...  
Statements;
The assembler instructions between the Asm and end keywords will be inserted in the assembler generated by the compiler. Conditionals can be used in assembler code, the compiler will recognise them, and treat them as any other conditionals.
回复 支持 反对

使用道具 举报

*滑块验证:

本版积分规则

QQ|手机版|小黑屋|Lazarus中国|Lazarus中文社区 ( 鄂ICP备16006501号-1 )

GMT+8, 2024-10-11 03:31 , Processed in 0.034042 second(s), 10 queries , Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表