Thema: Delphi Load AVI from resource

Einzelnen Beitrag anzeigen

WojTec

Registriert seit: 17. Mai 2007
480 Beiträge
 
Delphi XE6 Professional
 
#3

Re: Load AVI from resource

  Alt 23. Aug 2014, 14:24
Yes, this is resource name, aren't they? I checked that in this DLL sample AVI is identified by 165, and I don't know if it's numeric name or real integer

Delphi-Quellcode:
if StrToIntDef(ResName, -1) <> -1 then
  Animate.ResId := StrToInt(ResName)
else
   Animate.ResName := ResName
;
This still don't working
  Mit Zitat antworten Zitat