View Single Post
  #11  
Old 11-04-2015, 12:16
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Functions prototype changes:
function GetFileVersionData(Const FileName: String; Const FlgRes: integer): String;
function GetFileVersionData(Const FileName: PAnsiChar; Const FlgRes: integer): PAnsiChar;

GetFileVersionDataW (UNICODE) & GetFileVersionDataA (ANSI) added.
Reply With Quote
The Following 3 Users Say Thank You to peterf1999 For This Useful Post:
RamiroCruzo (27-10-2015), Razor12911 (11-04-2015), y_thelastknight (11-04-2015)