#31
|
||||
|
||||
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: | ||
Sponsored Links |
#32
|
||||
|
||||
GetSysInfo procedure changes:
Now the procedure retrieves also the following properties :
|
The Following 3 Users Say Thank You to peterf1999 For This Useful Post: | ||
#33
|
||||
|
||||
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) |
#34
|
||||
|
||||
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) |
#35
|
||||
|
||||
Added the following functions/procedures to dll:
|
The Following 4 Users Say Thank You to peterf1999 For This Useful Post: | ||
#36
|
||||
|
||||
... and the following:
![]()
|
The Following 4 Users Say Thank You to peterf1999 For This Useful Post: | ||
#37
|
||||
|
||||
Yup, you are really tired of using other people's dlls by force. Nice! I'll wait for imgsetvisiblepart, this function is buggy in botva and layered, can't wait to try yours.
|
#38
|
||||
|
||||
Quote:
Code:
imgidx:=loadimage(ExpandConstant('{tmp}\progressbar.png'),WizardForm.Handle,100,100,30,0,IMF_Crop); // use Crop flag DrawImages(WizardForm.Handle); // Draw progress bar width on client area at 0 SetImgPosSize(imgidx,100,100,30,10); // Increment visible progress bar width from 0 to 10 pixels |
The Following 2 Users Say Thank You to peterf1999 For This Useful Post: | ||
RamiroCruzo (27-10-2015), Razor12911 (26-10-2015) |
#39
|
||||
|
||||
I was referring to the function that lets you set a region on the picture to be visible.
|
#40
|
||||
|
||||
Quote:
Code:
imgidx1:=loadimage(ExpandConstant('{tmp}\my.png'),WizardForm.Handle,0,0,450,750,IMF_Crop); SetVisibleImgRgn(imgidx1,100,50,200,300); DrawImages(WizardForm.Handle); Code:
procedure SetVisibleImgRgn(ImgIdx,NewX,NewY,NewHeight,NewWidth: integer); external 'SetVisibleImgRgn@files:Isab.dll stdcall delayload'; |
The Following 2 Users Say Thank You to peterf1999 For This Useful Post: | ||
RamiroCruzo (27-10-2015), Razor12911 (27-10-2015) |
#41
|
||||
|
||||
shortage of examples, in botva and in many others there are a dozen examples with the library, so you do so, that many of us use your library so fast .. not think peterf1999
![]() |
#42
|
||||
|
||||
Quote:
For sure, the use is not easy for inno's novice users. ![]() |
#43
|
||||
|
||||
Quote:
![]() |
#44
|
||||
|
||||
Quote:
![]() Quote:
which reads " The [Code] section is an optional section that specifies a Pascal script. A Pascal script can be used to customize Setup or Uninstall in many ways. Note that creating a Pascal script is not easy and requires experience with Inno Setup and knowledge about programming in Pascal or at least a similar programming language." The reason I'm saying there is no need for example is because simple types are always there to guide you on how to use a function, if you had a little bit of knowledge of pascal/delphi, you would know what I'm talking about and what makes peterf not make examples. |
The Following User Says Thank You to Razor12911 For This Useful Post: | ||
RamiroCruzo (27-10-2015) |
#45
|
||||
|
||||
razor... I did before opening the dll to read
![]() peterf ...I found that it's a great project .. I noticed that the driver can not read DirectX .. what do you think of this option? Last edited by rinaldo; 28-10-2015 at 08:37. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 06:51 |
Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 10:59 |
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 07:57 |
Tutorial using CI 8.0.0 | yener90 | Conversion Tutorials | 424 | 21-10-2014 10:49 |