Hello,
Introductions... nice to meet you all.
I am a newbie diving in deep with my first project.
First part is checking wether or not a system supports the DotNet framework.
Attached is a Function to check if a system' specs meet what is needed for DotNet.
Any testers out there would be appreciated.
Specifically I am not sure what exactly constitutes a Pentium Class Processor. I am using "menakkis cpudesc" to find out processor type and assuming "Pentium compatible" is close enough to Pentium class but would like to be sure.
Thanx
Jim
systemDotNettable?
4 posts
"Pentium Class Processor" just means: anything faster than a 486. It doesn't matter whether it's a Pentium, AMD or VIA processor. There is a version of the .NET framework for 32-bit x86 processors and 64-bits processors like the Intel Itanium.
Thanx Joost,
Just as I assumed and how I coded it.
Has anyone come across a test for 32-bit or 64-bit processors?
Jim
Just as I assumed and how I coded it.
Has anyone come across a test for 32-bit or 64-bit processors?
Jim
I think ARCH in CPUDesc shows that:
You can also try HwInfo:
or Noppey:
You can also try HwInfo:
or Noppey: