I am having trouble retrieving the correct data using the windows API calls to GetSystemInfo & GetNativeSystemInfo.
The version of CAVO I am using is CAVO 2.6 on a DELL G15 AMD64 Processor with Windows 11.
Executing the call to GetNativeSystemInfo returns;
wProcessorArchitecture == ZERO (0) PROCESSOR_ARCHITECTURE_INTEL
should be (9) PROCESSOR_ARCHITECTURE_AMD64
dwProcessorType == 586
Should be (8664) PROCESSOR_AMDX8664
The only thing I can think of is that my SYSTEM_INFO structure is not correctly defined.
If anyone has a working CAVO example including the structure declaration I would love to have it. Happy to post my code if required.
Thank you.
I am having trouble retrieving the correct data using the windows API calls to GetSystemInfo & GetNativeSystemInfo.do you know where i can download cavo 2.6? i need for fix a very old app (sorri, i already not using cavo)
The version of CAVO I am using is CAVO 2.6 on a DELL G15 AMD64 Processor with Windows 11.
Executing the call to GetNativeSystemInfo returns;
wProcessorArchitecture == ZERO (0) PROCESSOR_ARCHITECTURE_INTEL
should be (9) PROCESSOR_ARCHITECTURE_AMD64
dwProcessorType == 586
Should be (8664) PROCESSOR_AMDX8664
The only thing I can think of is that my SYSTEM_INFO structure is not correctly defined.
If anyone has a working CAVO example including the structure declaration I would love to have it. Happy to post my code if required.
Thank you.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (2 / 14) |
Uptime: | 41:00:54 |
Calls: | 10,392 |
Files: | 14,064 |
Messages: | 6,417,207 |