|
-
October 11th, 2005, 05:49 AM
#1
How can determine OS version is 32bit or 64bit?
My program only can be run windows 2000 or windows xp 32bit, but how can I know my OS is 32bit?
-
October 11th, 2005, 06:59 AM
#2
Re: How can determine OS version is 32bit or 64bit?
GetVersionEx(..)
is this what you want? 
Cheers
-
October 11th, 2005, 07:05 AM
#3
Re: How can determine OS version is 32bit or 64bit?
To determine if your 32bit app is running on a 64bit machine, see
http://msdn.microsoft.com/library/de...w64process.asp
- petter
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|