![]() |
SysInfo DLL Plugin
3 Attachment(s)
System Information Inno Library
For Inno Setup 6.0 or newer: Example for Inno Setup 6.0 or newer ------------------------------------------------------------------------------ |
Very good...
- If possible you should use an older version of the compiler (If created in Delphi use DELPHI 2010). A smaller file will be generated (2.84 MB is very large and is already compressed in UPX). The ISSysInfo by Peterf1999 library is only 254Kb (compressed UPX). - If possible put an example compatible with Inno Setup (Standard) in your example script. Not everyone uses the EE version of Inno Setup (The EE version is obsolete). Thanks for library. |
Quote:
thanks... |
1 Attachment(s)
Quote:
01. it is showing GPU name and memory as weird numbers. GPU description is Zotac rtx 2070 super 8GB. 02. 9700k has 8 cores and 8 threads but it is showing as 4 cores and 8 threads. 03. It is showing RAM as 8GB though my pc has 16GB of RAM |
2 Attachment(s)
Same here (GPU + RAM is wrong)
If you need something special let us know. |
Quote:
|
https://i.imgur.com/h5yiwFk.jpg
To correct the CPU name, you can try replacing PAnsiChar with WideString in your SysInfo source code. Original: function GetGPUName : PAnsiChar; Replace by: function GetGPUName : WideString; I don't know if it will fix it, but as PAnsiChar doesn't support wide characters this error happens. Or you can convert your code to ANSI using: Result: = PAnsiChar (AnsiString (Utf8ToUnicodeString (strSource))); Thanks for the smaller size update. |
Quote:
|
@BLACKFIRE69
Error in VRAM (GTX 970 = 4 GB VRAM): Result: GPU Memory = -1 MB The detected RAM was 31.96 GB and windows detects 32.00 GB (Maybe windows rounds the value) |
|
@BLACKFIRE69
any Difference in Xtimer like its a settimer or any kind of multi threaded time.. and also weird - sign in gpu ram |
Quote:
yup VRam ... 🤕 |
Quote:
plz fix it soon :) |
Quote:
|
Quote:
|
All times are GMT -7. The time now is 14:09. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2022, vBulletin Solutions Inc.
Copyright 2000-2020, FileForums @ https://fileforums.com