从dll中取得avi资源,使用到Tanimate上,不知道为什么老出错!(50分)

  • 主题发起人 主题发起人 gzrencom
  • 开始时间 开始时间
G

gzrencom

Unregistered / Unconfirmed
GUEST, unregistred user!
var
resource:Thandle;
resource1:Thandle;
hRes:Thandle;

resource:=loadlibrary('EDCReSource.dll');
resource1:=FindResource(resource,'MOFindfile','AVI');
if resource1>32 then
Animate2.ResHandle:=resource1;
animate2.Active:=true;
end;
在运行时候出错(error:can not open avi)
------
后来我加上
resource:=loadlibrary('EDCReSource.dll');
resource1:=FindResource(resource,'MOFindfile','AVI');
hRes:=LoadResource(HInstance,hResInfo);
if hRes>32 then
Animate2.ResHandle:=hRes;
animate2.Active:=true;
end;
在运行中还是出错(error:can not open avi)
------------------

请指教!
 
What is the "hResInfo"
 
gzrencom,你的问题我也遇到过,还困扰了我很长时间,不过现已解决了。
如有需要请留下你的Email或与我联系。
 
我的E-mail:swordman_huang@163.net
望指教
 
小人物
为什么不能公布出来呢?
如果真不想公布的话 comft@21cn.com 谢谢
 
后退
顶部