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