Changes v.0.0.9.2:
- GetDirectXVersion function prototype changes.
Code:
const
Dx_Gpu = 1; // DirectX supported by GPU
Dx_Sys = 2; // DirectX installed on system
function GetDirectXVersion(const F_Dx: integer): Pansichar; external 'GetDirectXVersion@files:Isab.dll stdcall delayload';
Windows 7 Ultimate x64:
W7.PNG
Windows 10 Pro x64:
W10.JPG