View Single Post
  #2  
Old 14-12-2024, 06:03
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 699
Thanks: 486
Thanked 2,603 Times in 572 Posts
BLACKFIRE69 is on a distinguished road
Arrow ISArcExM

This is an example of how to use ISArcEx.dll with an installer created in Delphi, intended to load the DLL from the temp directory, as requested.


Code:
LibPath := IncludeTrailingPathDelimiter(ExtractFilePath(ParamStr(0))) + 'bin\';

if not Assigned(ISArcExCl) then
  ISArcExCl := TISArcExM.Create(LibPath);
.
Attached Images
File Type: png 0.png (36.3 KB, 119 views)

Last edited by BLACKFIRE69; 26-06-2026 at 05:12.
Reply With Quote
The Following 2 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (14-12-2024), hitman797 (15-12-2024)