|
|
|
#1
|
||||
|
||||
Code:
CreateFormFromBmp(hWnd :HWND; const BmpFilename: PAnsiChar; ACPremultiplied: Boolean ): Integer; Last edited by peterf1999; 20-03-2015 at 12:26. |
| The Following 9 Users Say Thank You to peterf1999 For This Useful Post: | ||
altef_4 (20-03-2015), arkantos7 (22-03-2015), Cesar82 (23-03-2015), ffmla (18-06-2017), JRD! (16-02-2016), lhanz678 (21-03-2015), oltjon (04-04-2015), Razor12911 (20-03-2015), y_thelastknight (27-10-2015) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Added the following function to dll:
|
| The Following 3 Users Say Thank You to peterf1999 For This Useful Post: | ||
|
#3
|
||||
|
||||
|
Thanks for adding the "GetFileVersionData" function.
If the specified file does not exist (If not found) is crashing the program. If the file does not exist could return empty results by default and default to 0.0.0.0 version. I observed that the return is not unicode. Do not return unicode characters is possible. I tested the executable file that is in the "Reg to INNO Converter.7z" http://fileforums.com/showpost.php?p=410165&postcount=2 |
| The Following User Says Thank You to Cesar82 For This Useful Post: | ||
peterf1999 (12-04-2015) | ||
|
#4
|
||||
|
||||
|
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. |
| The Following 3 Users Say Thank You to peterf1999 For This Useful Post: | ||
|
#5
|
||||
|
||||
|
GetSysInfo procedure changes:
Now the procedure retrieves also the following properties :
|
| The Following 3 Users Say Thank You to peterf1999 For This Useful Post: | ||
|
#6
|
||||
|
||||
|
GetSysInfo procedure changes:
|
| The Following 2 Users Say Thank You to peterf1999 For This Useful Post: | ||
altef_4 (13-04-2015), Razor12911 (24-10-2015) | ||
|
#7
|
||||
|
||||
|
Added the following functions/procedures to dll:
|
| The Following 6 Users Say Thank You to peterf1999 For This Useful Post: | ||
altef_4 (25-10-2015), arkantos7 (25-10-2015), Grumpy (24-10-2015), RamiroCruzo (27-10-2015), Razor12911 (24-10-2015), y_thelastknight (24-10-2015) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 09:49 |