Go Back   FileForums > Search Forums

Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: DiCaPrIo
Forum: Conversion Tutorials 18-08-2021, 12:56
Replies: 1,568
Views: 433,551
Posted By DiCaPrIo
procedure InitializeWizard(); var...

procedure InitializeWizard();
var Cores,Threads:Integer;
begin
Cores:=GetSysCores;
Threads:=GetSysThreads;
if Cores = 6 then begin
//yourcode
end;
if Threads = 6 then begin
...
Forum: Conversion Tutorials 18-08-2021, 12:02
Replies: 1,568
Views: 433,551
Posted By DiCaPrIo
function GetSysCores(): Integer; var ...

function GetSysCores(): Integer;
var
WbemLocator, WbemServices, WbemObjectSet, WbemObject: Variant;
begin;
WbemLocator := CreateOleObject('WbemScripting.SWbemLocator');
WbemServices :=...
Forum: Conversion Tutorials 12-08-2021, 10:01
Replies: 1,568
Views: 433,551
Posted By DiCaPrIo
function PeekMessage(var lpMsg: TMsg; hWnd: HWND;...

function PeekMessage(var lpMsg: TMsg; hWnd: HWND; wMsgFilterMin, wMsgFilterMax, wRemoveMsg: UINT): BOOL; external '[email protected] stdcall';
function TranslateMessage(const lpMsg: TMsg):...
Forum: Conversion Tutorials 02-07-2021, 12:28
Replies: 1,568
Views: 433,551
Posted By DiCaPrIo
if not Memo.Lines.IndexOf('Unpacking: ' +...

if not Memo.Lines.IndexOf('Unpacking: ' + CurrentFile) > -1 then
Memo.Lines.Add('Unpacking: ' + CurrentFile);
Forum: Conversion Tutorials 09-05-2021, 07:50
Replies: 1,568
Views: 433,551
Posted By DiCaPrIo
#define Resources "Files\*" [Files] ...

#define Resources "Files\*"

[Files]
Source: {#Resources}; DestDir: {tmp}; Flags: dontcopy

[Code]
function InitializeSetup:boolean;
begin
#define FHandle
#define FRst
Forum: Conversion Tutorials 07-05-2021, 15:12
Replies: 1,568
Views: 433,551
Posted By DiCaPrIo
because you didn't give height value...

because you didn't give height value SetBounds(10, 150, 200, 40);//(l,t,w,h)
Forum: Conversion Tutorials 02-04-2021, 02:41
Replies: 512
Views: 218,983
Posted By DiCaPrIo
here 0.0.6.1

here 0.0.6.1
Forum: Conversion Tutorials 04-02-2021, 06:03
Replies: 697
Views: 244,613
Posted By DiCaPrIo
Wdl

small test on WDL
Forum: Conversion Tutorials 21-01-2021, 10:07
Replies: 234
Views: 83,671
Posted By DiCaPrIo
Change Display settings->Scale and layout

Change Display settings->Scale and layout
Forum: Conversion Tutorials 25-10-2020, 02:02
Replies: 8
Views: 2,910
Posted By DiCaPrIo
I don't have source code, check the temp

I don't have source code, check the temp
Forum: Conversion Tutorials 24-10-2020, 15:54
Replies: 8
Views: 2,910
Posted By DiCaPrIo
Botva2 Library

There is nothing new in it, only can be used for drawing Arc PB and PIE
Forum: Conversion Tutorials 13-10-2020, 16:39
Replies: 16
Views: 4,033
Posted By DiCaPrIo
SetupHandle(GetWindowLong(GetWindow(WizardForm.Han...

SetupHandle(GetWindowLong(GetWindow(WizardForm.Handle , 4), GWL_HWNDPARENT));
Forum: Conversion Tutorials 03-10-2020, 14:33
Replies: 3
Views: 1,115
Posted By DiCaPrIo
[Setup] AppName=Inno Setup Multimedia Library ...

[Setup]
AppName=Inno Setup Multimedia Library
AppVersion=2.0
CreateAppDir=no
OutputDir=.\

[Files]
Source: ISMediaLib.dll; Flags: dontcopy

[Code]
Forum: Conversion Tutorials 01-10-2020, 15:10
Replies: 6
Views: 1,852
Posted By DiCaPrIo
[Code] function SetWindowLong(Wnd: HWnd; Index:...

[Code]
function SetWindowLong(Wnd: HWnd; Index: Integer; NewLong: Longint): Longint; external '[email protected] stdcall';
function GetWindowLong(Wnd: HWnd; Index: Integer): Longint;...
Forum: Conversion Tutorials 08-09-2020, 14:11
Replies: 6
Views: 1,894
Posted By DiCaPrIo
windows xp :confused:

windows xp :confused:
Forum: Conversion Tutorials 22-07-2020, 13:34
Replies: 88
Views: 37,134
Posted By DiCaPrIo
it may help you compile with it ...

it may help you
compile with it
https://www.fileforums.com/attachment.php?attachmentid=23504&d=1543923579
Forum: Conversion Tutorials 22-07-2020, 03:59
Replies: 88
Views: 37,134
Posted By DiCaPrIo
change Display->Scaling Settings

change Display->Scaling Settings
Forum: Conversion Tutorials 29-05-2020, 06:54
Replies: 63
Views: 14,709
Posted By DiCaPrIo
GpuName: NVIDIA GeForce GTX 1060 6GB VRam: ...

GpuName: NVIDIA GeForce GTX 1060 6GB
VRam: -1 MB
use Int64
Forum: Conversion Tutorials 25-05-2020, 02:18
Replies: 102
Views: 37,012
Posted By DiCaPrIo
I think, it's nothing but wasting of time to...

I think, it's nothing but wasting of time to compress lib or exe because setup size increases and also decreases some speed while opening the setup generally for dll being used after compiling.
It...
Forum: Conversion Tutorials 24-04-2020, 11:10
Replies: 1,568
Views: 433,551
Posted By DiCaPrIo
try it it might delete

try it it might delete
Forum: Conversion Tutorials 28-12-2019, 10:25
Replies: 61
Views: 19,031
Posted By DiCaPrIo
put it in PMT.ini [packet] Encode =...

put it in PMT.ini
[packet]
Encode = packetx64.exe a -v -r -mx -b512 -h4 packedfile.pct datafile
Decode = packetx64.exe x -v datafile packedfile.pct
Infile = datafile
Outfile = packedfile.pct
...
Forum: Conversion Tutorials 07-10-2019, 01:54
Replies: 58
Views: 18,788
Posted By DiCaPrIo
use resource hacker or resource tuner

use resource hacker or resource tuner
Forum: Conversion Tutorials 12-03-2019, 10:55
Replies: 7
Views: 3,066
Posted By DiCaPrIo
Thanks razor does it work on watch dog

Thanks razor does it work on watch dog
Forum: Conversion Tutorials 17-11-2018, 12:36
Replies: 4,225
Views: 1,056,052
Posted By DiCaPrIo
Just Cause 3 Original Size: 52.8GB ...

Just Cause 3
Original Size: 52.8GB
Compressed Size: 17.5GB
Method:xtool:c256mb,t85p+srep+lolz:mtt1

Compressed Time:23 hours
Decompressed Time: 20 to 30mins on i7 4cores
Forum: Conversion Tutorials 16-10-2018, 14:05
Replies: 4,225
Views: 1,056,052
Posted By DiCaPrIo
use ztool:max:c256m:t75p it should work but might...

use ztool:max:c256m:t75p it should work but might take too much time as I tested long time ago
Showing results 1 to 25 of 29

 
Forum Jump


All times are GMT -7. The time now is 18:45.


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