|
|
|
#1
|
|||
|
|||
|
Please friend test win 8
deleted
Last edited by Dante1995; 18-09-2014 at 14:45. |
| The Following 2 Users Say Thank You to Dante1995 For This Useful Post: | ||
Andrey167 (13-09-2014), Carldric Clement (13-09-2014) | ||
| Sponsored Links |
|
#3
|
||||
|
||||
|
video card not correct
i have a 4 GB card and some german translations are not correct
__________________
It would be nice if you appreciate my work with the thanks Button Last edited by mausschieber; 12-09-2014 at 13:11. |
| The Following User Says Thank You to mausschieber For This Useful Post: | ||
Dante1995 (12-09-2014) | ||
|
#4
|
|||
|
|||
|
devil is true comes to 1024
VideoRam>800 then vr:=1024; ![]() perfect mi change video stat... mausschieber test form me thanks VideoRam you VideoCard Last edited by Dante1995; 28-12-2014 at 20:54. |
|
#5
|
||||
|
||||
|
i hope this helps you
i think HWREQ_ModuleU.iss can solve the problem
__________________
It would be nice if you appreciate my work with the thanks Button Last edited by mausschieber; 12-09-2014 at 14:55. |
| The Following User Says Thank You to mausschieber For This Useful Post: | ||
Dante1995 (12-09-2014) | ||
|
#6
|
|||
|
|||
|
Thanks for test mausschieber,
![]() you know the code, but not having the card that exceeds 1024 I do not know what to use if you do not test it to friends .. if you have a script that works with your card or code thank you |
|
#7
|
||||
|
||||
|
hmm, not really, what I did to this script was converted it from ANSI to Unicode, didn't care about the GPU Ram size. If the installer from IC can detect 4GB GPUs then this was the approach that I used. GPU readings are accurate, I did the system readings without Dlls. most of these things are in regedit.
So did I lie? either way, I did this about a year ago, was a noob then. or you can use isUtils.dll Last edited by Razor12911; 13-09-2014 at 06:17. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Dante1995 (13-09-2014) | ||
|
#9
|
|||
|
|||
|
Quote:
I do not think you can just do anything. too bad! ops Last edited by Dante1995; 13-09-2014 at 10:05. |
| The Following User Says Thank You to Dante1995 For This Useful Post: | ||
Carldric Clement (13-09-2014) | ||
|
#10
|
||||
|
||||
|
hmm, ok. will post code.
|
| The Following 2 Users Say Thank You to Razor12911 For This Useful Post: | ||
Carldric Clement (13-09-2014), Dante1995 (13-09-2014) | ||
|
#11
|
||||
|
||||
|
|
|
#12
|
||||
|
||||
|
Hmm, don't know what you talking 'bout bro.
here is the code that I use. result in in MegaBytes and my results type PDisplay_Device = record cb: DWord; DeviceName: array [0..31] of char; DeviceString: array [0..127] of char; StateFlags: DWord; DeviceID, DeviceKey: array [0..127] of char; end; function RoundUp(Num: Integer): Integer; var i, k: Integer; begin i:= trunc(Num/64); k:= 64*i; if (k<Num) then i:=i+1; k:= 64*i; Result:= k; end; function VideoSize: Integer; var lpDisplayDevice: PDisplay_Device; DeviceKey: String; DeviceValue: Cardinal; DeviceName: AnsiString; begin lpDisplayDevice.cb := SizeOf(lpDisplayDevice); DeviceKey:= ''; n:= 0; while not (EnumDisplayDevices(0, n, lpDisplayDevice, 0)and(lpDisplayDevice.StateFlags and 4 > 0))and(n < 127) do n:= n+1; for n := 0 to 127 do DeviceKey:= DeviceKey + lpDisplayDevice.DeviceKey[n]; Delete(DeviceKey, Pos(Chr(0), DeviceKey), 127); StringChange(DeviceKey, '\Registry\Machine\', ''); i := 1; DeviceValue := 0; if RegQueryBinaryValue(HKLM, DeviceKey, 'HardwareInformation.MemorySize', DeviceName) then for n := 1 to Length(DeviceName) do begin DeviceValue := DeviceValue + Ord(DeviceName[n])*i; i := i*$100; end else if not RegQueryDWordValue(HKLM, DeviceKey, 'HardwareInformation.MemorySize', DeviceValue) then RegQueryDWordValue(HKLM, DeviceKey + '\Info', 'VideoMemory', DeviceValue); DeviceName:= ''; for n := 0 to 127 do DeviceName := DeviceName + lpDisplayDevice.DeviceString[n]; Delete(DeviceName, Pos( Chr(0), DeviceName ), 127); Result:=RoundUp(DeviceValue/(1024*1024)); end; Last edited by Razor12911; 13-09-2014 at 17:29. |
|
#13
|
|||
|
|||
|
no my friend, I know what I'm saying.
example: if I have a card with 3GB of ram, does not mean that I can play with these statistics, even in games that require 256 .. look here: Click ![]() Thanks for code
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Test my Installer friend! | Carldric Clement | Conversion Tutorials | 14 | 29-11-2014 11:44 |
| Test Drive Unlimited 2 Beta | Dopefish | PC Games - Protection List | 5 | 06-02-2011 04:46 |
| Test burned cd-r | NickSOnnevelt | PS2 Games | 2 | 02-08-2003 12:24 |
| backup work on my PS2,but no my friend | fack_omega | PS2 Games | 3 | 17-12-2002 21:46 |