OS Versions

A

Andy

I am looking for a list of the latest os major & minor versions & build
numbers so that I can differentiate Client and Server OSes. Where can i find
such a list?

Also, how do I tell if an OS is 64 bit? Are the major/minor versions or
build numbers different?

All the lists of info I have found so far are well out of date and do not
touch 64-bit OSes
 
J

Jeff Johnson

Also, how do I tell if an OS is 64 bit? Are the major/minor versions or
build numbers different?

The last time I saw this question asked I do not recall seeing a
satisfactory response. I'd be interested to hear a definitive answer.
 
J

Jeff Johnson

Also, how do I tell if an OS is 64 bit? Are the major/minor versions or
build numbers different?

The last time I saw this question asked I do not recall seeing a
satisfactory response. I'd be interested to hear a definitive answer.
 
W

willste

If you're using Vista or above, I believe you can query the
Win32_OperatingSystem.OSArchitecture property using WMI.
 
W

willste

If you're using Vista or above, I believe you can query the
Win32_OperatingSystem.OSArchitecture property using WMI.
 
B

Ben Voigt [C++ MVP]

Jeff Johnson said:
The last time I saw this question asked I do not recall seeing a
satisfactory response. I'd be interested to hear a definitive answer.

The answer hasn't changed. What's unsatisfactory?

If sizeof(IntPtr) is 8, you're a 64-bit application on 64-bit Windows
If IsWow64Process succeeds and returns true, you're a 32-bit application on
64-bit Windows
Otherwise you're on 32-bit Windows
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top