Go Back   FileForums > Search Forums

Showing results 1 to 25 of 191
Search took 0.01 seconds.
Search: Posts Made By: peterf1999
Forum: Conversion Tutorials 02-02-2018, 11:49
Replies: 10
Views: 16,491
Posted By peterf1999
ISHash v1.0.1.140 [NEW] CheckHashesFromFile...

ISHash v1.0.1.140

[NEW] CheckHashesFromFile can create a logfile
[NEW] Examples updated

21375
Forum: Conversion Tutorials 31-01-2018, 07:04
Replies: 10
Views: 16,491
Posted By peterf1999
ISHash v1.0.1.126 [Bug fixed]...

ISHash v1.0.1.126


[Bug fixed] CheckFileHash function doesn't handle the overall progress properly.
Forum: Conversion Tutorials 29-01-2018, 00:14
Replies: 10
Views: 16,491
Posted By peterf1999
ISHash v1.0.1.125 [Bug] Fixed hash of...

ISHash v1.0.1.125


[Bug] Fixed hash of zero-length file
Forum: Conversion Tutorials 25-01-2018, 06:20
Replies: 10
Views: 16,491
Posted By peterf1999
ISHash v1.0.1.122 Added...

ISHash v1.0.1.122


Added CheckHashesFromFile procedure.
Now you can open and process QuickSFV md5 checksum files in Inno setup.
The procedure can also open and process sha1, sha256, sha512...
Forum: Conversion Tutorials 30-11-2017, 10:27
Replies: 10
Views: 16,491
Posted By peterf1999
Useful Dlls for Inno Setup users

ISSysInfo v0.1.9.9

System Information plug-in for Inno Setup

ISCrypto v0.2.0.5
AES encryption plug-in for Inno Setup

ISHash v1.0.2.0

Inno Setup's plugin to verify files with the...
Forum: Conversion Tutorials 31-05-2017, 00:12
Replies: 12
Views: 2,384
Posted By peterf1999
[Registry] Root: HKLM; SubKey:...

[Registry]
Root: HKLM; SubKey: SOFTWARE\Ubisoft\{code:GetAppName}\1.01; Flags: uninsdeletekeyifempty

[CustomMessages]
en.AppName=Assassin%1s Creed(R) III

[Code]
function GetAppName(Param:...
Forum: Conversion Tutorials 14-05-2017, 06:51
Replies: 28
Views: 4,772
Posted By peterf1999
ISSysInfo.dll v0.1.9.7 18310 18312 ...

ISSysInfo.dll v0.1.9.7

18310
18312


GetDirectXVersion returns an extended floating point value instead a null terminated ansistring.
GetGpuVRam should work now on dedicated Videocard with...
Forum: Conversion Tutorials 04-05-2016, 02:36
Replies: 88
Views: 82,098
Posted By peterf1999
SystemInfo (ISab.dll v0.1.0.4): ...

SystemInfo (ISab.dll v0.1.0.4):


GetGpuName function returns all vga adapters (running and off line)
Forum: Conversion Tutorials 06-04-2016, 08:51
Replies: 88
Views: 82,098
Posted By peterf1999
Renamed 'GetGpuRam' function to 'GetGpuVRam'. ...

Renamed 'GetGpuRam' function to 'GetGpuVRam'.
Optimized WMI code and queries for faster retrieval of values.
Now the gpu's functions should work on multi-gpu configuration.
Forum: Conversion Tutorials 03-04-2016, 06:28
Replies: 88
Views: 82,098
Posted By peterf1999
Renamed 'GetFileSHA1' function to 'GetFileHash'. ...

Renamed 'GetFileSHA1' function to 'GetFileHash'.
function prototype changes.
Added support for SHA512(SHA-2) hash algorithm to both functions (GetFileHash, CheckFileHash).

const
DCP_MD5 =...
Forum: Conversion Tutorials 30-03-2016, 09:18
Replies: 88
Views: 82,098
Posted By peterf1999
GetSysInfo procedure replaced by: function...

GetSysInfo procedure replaced by:

function GetCpuName: PAnsichar; external 'GetCpuName@files:Isab.dll stdcall delayload';
function GetCpuMaxClockSpeed: integer; external...
Forum: Conversion Tutorials 29-03-2016, 10:20
Replies: 88
Views: 82,098
Posted By peterf1999
DiskVolumeInfo function replaced by: ...

DiskVolumeInfo function replaced by:


const
TF_InBytes = 1;
TF_InKiloBytes = 2;
TF_InMegaBytes = 4;
TF_InGigaBytes = 8;

function GetDiskVolumeName(const RootDir:...
Forum: Conversion Tutorials 24-03-2016, 09:19
Replies: 88
Views: 82,098
Posted By peterf1999
Changes: v0.0.9.3: Fixed an issue with multiple...

Changes: v0.0.9.3:
Fixed an issue with multiple timers creation.

@Bamse
I should rewrite the entire JoinFile function :eek:
Forum: Conversion Tutorials 14-03-2016, 12:32
Replies: 88
Views: 82,098
Posted By peterf1999
Changes v.0.0.9.2: ...

Changes v.0.0.9.2:



GetDirectXVersion function prototype changes.

const
Dx_Gpu = 1; // DirectX supported by GPU
Dx_Sys = 2; // DirectX installed on system
Forum: Conversion Tutorials 12-03-2016, 09:01
Replies: 88
Views: 82,098
Posted By peterf1999
Added the following function to dll: ...

Added the following function to dll:

function GetDirectXVersion: Pansichar; external 'GetDirectXVersion@files:Isab.dll stdcall delayload';
Forum: Conversion Tutorials 02-03-2016, 06:48
Replies: 88
Views: 82,098
Posted By peterf1999
Changes: v0.0.9.0: Added the following...

Changes: v0.0.9.0:

Added the following procedure/function to dll:
procedure SetBtnPosSize(BtnIdx,X,Y,Height,Width: integer); external 'SetBtnPosSize@files:Isab.dll stdcall delayload';
procedure...
Forum: Conversion Tutorials 12-02-2016, 12:43
Replies: 88
Views: 82,098
Posted By peterf1999
Changes: Renamed 'CheckFileSHA1'...

Changes:


Renamed 'CheckFileSHA1' function to 'CheckFileHash'.
function prototype changes.
Added support for MD5, SHA256(SHA-2) hash algorithms.

const
DCP_MD5 = 1;
DCP_SHA1...
Forum: Conversion Tutorials 06-02-2016, 05:39
Replies: 88
Views: 82,098
Posted By peterf1999
Changes v0.0.8.7: Fixed an issue with...

Changes v0.0.8.7:
Fixed an issue with visibility (SetImgVisibility) of invalidated client area of rotated images.
Forum: Conversion Tutorials 31-01-2016, 09:58
Replies: 88
Views: 82,098
Posted By peterf1999
Changes: v0.0.8.6 Fixed an issue with...

Changes: v0.0.8.6

Fixed an issue with WM_LBUTTONDOWN and WM_LBUTTONUP message handler.
Now the buttons work properly.
Forum: Conversion Tutorials 21-01-2016, 10:49
Replies: 88
Views: 82,098
Posted By peterf1999
Added the following procedure/function to dll: ...

Added the following procedure/function to dll:

procedure SetBtnCur(BtnIdx: integer; const FileName: PAnsiChar; CurHandle: DWord; const IFT_Cur: integer); external 'SetBtnCur@files:Isab.dll stdcall...
Forum: Conversion Tutorials 16-01-2016, 07:37
Replies: 88
Views: 82,098
Posted By peterf1999
Added the following procedures/functions to dll: ...

Added the following procedures/functions to dll:

procedure SetBtnEnabled(BtnIdx: integer; Enabled: Boolean); external 'SetBtnEnabled@files:Isab.dll stdcall delayload';

function...
Forum: Conversion Tutorials 14-01-2016, 01:00
Replies: 88
Views: 82,098
Posted By peterf1999
Added the following function to dll: ...

Added the following function to dll:

CreateBtn


const
LButtonUp = 1;
LButtonDown = 2;
MouseOver = 4;
MouseOut = 8;
Forum: Conversion Tutorials 08-01-2016, 03:17
Replies: 88
Views: 82,098
Posted By peterf1999
Added the following procedure/function to dll: ...

Added the following procedure/function to dll:


CreatePie
UpdatePie
CreateArc
UpdateArc

Changes:
Forum: Conversion Tutorials 27-12-2015, 06:47
Replies: 88
Views: 82,098
Posted By peterf1999
Added the following procedure to dll: ...

Added the following procedure to dll:

RotateImg
Forum: Conversion Tutorials 27-10-2015, 02:17
Replies: 88
Views: 82,098
Posted By peterf1999
imgidx1:=loadimage(ExpandConstant('{tmp}\my.png'),...

imgidx1:=loadimage(ExpandConstant('{tmp}\my.png'),WizardForm.Handle,0,0,450,750,IMF_Crop);
SetVisibleImgRgn(imgidx1,100,50,200,300);
DrawImages(WizardForm.Handle);


procedure...
Showing results 1 to 25 of 191

 
Forum Jump


All times are GMT -7. The time now is 19:28.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com