Page 1 of 1

Testp and github

Posted: 2024-10-31, 11:50:04
by alto_gmx
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)

Re: Testp and github

Posted: 2024-10-31, 15:32:35
by agner
Good idea. I will put testp on github when I get the time. I don't have the time and resources to test every new microprocessor family on the market, so it will be good if other people can help.

Sorry for the bug. I have removed the extra case label.