Testp and github
Posted: 2024-10-31, 11:50:04
Why don't you put it on github so people could contribute?
Latest change clearly has a bug. You added `case 0x8E:` twice inside GetProcessorFamily. This is a compilation error. Do you make changes blindly without even compiling?
```
1>------ Build started: Project: PMCTest, Configuration: Debug x64 ------
1>CCounters.cpp
1>D:\work-pps\testp\pmc\CCounters.cpp(883,18): error C2196: case value '142' already used
1>Done building project "PMCTest.vcxproj" -- FAILED.
```
(as a side note, this ancient forum software is just too old: you cannot copy-paste screenshot for a diff for the change I'm referring to)
Latest change clearly has a bug. You added `case 0x8E:` twice inside GetProcessorFamily. This is a compilation error. Do you make changes blindly without even compiling?
```
1>------ Build started: Project: PMCTest, Configuration: Debug x64 ------
1>CCounters.cpp
1>D:\work-pps\testp\pmc\CCounters.cpp(883,18): error C2196: case value '142' already used
1>Done building project "PMCTest.vcxproj" -- FAILED.
```
(as a side note, this ancient forum software is just too old: you cannot copy-paste screenshot for a diff for the change I'm referring to)