Quote:
Originally Posted by Razor12911
[CODE]
Unicode Version
function InitializeSetup:Boolean;
begin
AddFontResource(ExpandConstant('{src}\font.ttf'),F R_PRIVATE,0);
Result:=True;
end;
|
Compiler error!
Unknown indentifier "FR_PRIVATE"
I do not understand why!
Inno Setup 5.5.4 (u)
oh..
Sorry resolved, I missed a signal ...
Last edited by Emorian; 28-03-2014 at 04:46.
|