Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Windows 7 64 bit
Message
From
14/01/2010 12:38:45
 
 
To
14/01/2010 10:53:51
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
01443810
Message ID:
01443989
Views:
108
The 6.1 thing is only for compatibility issue. Some software only check the first digit when verifying the OS version. So if they use something like
IF VERSION() = 5 OR VERSION() = 6
   *-- Proceed
ELSE
   *-- Wrong OS
ENDIF
the software will still run under Windows 7. If they changed the version to 7.0, the code above would have broken.

>That's interesting. I learned that from Microsoft Turkey at a seminar; Vista is Windows 6.0 and W7 is just Windows 6.1 actually. However if I'm not wrong there is a new bug at VFP SP2 from SP1.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform