View Single Post
  #116  
Old 26-03-2014, 23:10
Emorian Emorian is offline
Registered User
 
Join Date: Oct 2011
Location: Hungary
Posts: 26
Thanks: 14
Thanked 4 Times in 4 Posts
Emorian is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
[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.
Reply With Quote