[vwnc] CurrentPlatformID for Windows Vista and Windows 7

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] CurrentPlatformID for Windows Vista and Windows 7

Gruenewald, Tom

Hello.
Does anyone has information about the CurrentPlatformID for Windows Vista and Windows 7?


From the DLL & C Connect User's Guide (page 2-15).

Platform-specific currentPlatform arrays

Platform Example identification
MS-Windows 98#(#win32 'win32 V4.10 95 i386')
MS-Windows 95#(#win32 'win32 V3.10 win32s')
MS-Windows NT#(#win32 'win32 V4.0 nt i386')
MS-Windows 2000#(#win32 'win32 V5.0 nt i386')
MS-Windows XP#(#win32 'win32 V5.1 nt i386')
OS/2#(#os2 'os2 OS/2 V2.0')
MacOS 9.x#(#mac 'mac macOS V8.00 PowerMacintosh')
MacOS X#(#unix 'unix bsd apple Power MacOSX')
IBM RS/6000#(#unix 'unix bsd ibm rs6000 aix')
Solaris 2.5#(#unix 'unix sysV sun solaris')
HP 9000 Series 700#(#unix 'unix sysv hp 700 hp-ux')


I assume:

Platform Example identification
MS-Windows XP 32-Bit#(#win32 'win32 V5.1 nt i386')
MS-Windows XP 64-Bit#(#win64 'win64 V5.1 nt i386')
MS-Windows Vista 32-Bit#(#win32 'win32 V6.0 nt i386')
MS-Windows Vista 64-Bit#(#win64 'win64 V6.0 nt i386')
MS-Windows 7 32-Bit#(#win32 'win32 V7.0 nt i386')
MS-Windows 7 64-Bit#(#win64 'win64 V7.0 nt i386')

Is this correct?

Compare: OSHandle class>>initializeVM

Thank you for your answers.

Best regards,
Tom Grünewald

________

Carl Zeiss Industrielle Messtechnik GmbH
Softwareentwicklung/Software Development

T o m G r ü n e w a l d

73446 Oberkochen, Germany
tel: +49.7364.20-8541
fax: +49.7364.20-4800
email: [hidden email]
http://www.zeiss.de/imt

Carl Zeiss Industrielle Messtechnik GmbH, Carl-Zeiss-Straße 22, 73447 Oberkochen
Aufsichtsratsvorsitzender: Dr. Dieter Kurz
Geschäftsführer: Dr. Rainer Ohnheiser, Felix Hoben, Hanspeter Mürle
Sitz der Gesellschaft: 73446 Oberkochen, Deutschland
Handelsregister: Amtsgericht Ulm, HRB 501561
USt-IdNr.: DE 811 515 346


----------------------------------------
This message is intended for a particular addressee only and may contain business or company secrets. If you have received this email in error, please contact the sender and delete the message immediately. Any use of this email, including saving, publishing, copying, replication or forwarding of the message or the contents is not permitted.


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] CurrentPlatformID for Windows Vista and Windows 7

Holger Kleinsorgen-4
Gruenewald, Tom wrote:
> Hello.
> Does anyone has information about the CurrentPlatformID for Windows
> Vista and Windows 7?
>

>
> I assume:
>
> *Platform * *Example identification*
> MS-Windows XP 32-Bit #(#win32 'win32 V5.1 nt i386')
> MS-Windows XP 64-Bit #(#win64 'win64 V5.1 nt i386')
> MS-Windows Vista 32-Bit #(#win32 'win32 V6.0 nt i386')
> MS-Windows Vista 64-Bit #(#win64 'win64 V6.0 nt i386')
> MS-Windows 7 32-Bit #(#win32 'win32 V7.0 nt i386')
> MS-Windows 7 64-Bit #(#win64 'win64 V7.0 nt i386')
>
>
> Is this correct?

- currently there is no 64 bit VM for Windows, so #win64 is only
hypothetical
- Windows 7 returns 'win32 V6.1 nt i386' ;)
- VW 7.7 returns
     'win32 V6.1 nt i386 ucs2' on Windows 7
     'win32 V6.0 nt i386 ucs2' on Vista

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc