LMD Innovative - Forum
Discussions
→ All Categories
Announcements
7
LMD IDE-Tools
27
LMD ElPack
25
LMD-Tools
4
Feature Requests
1
Activity
Sign In
LMD IDE-Tools
Wrong setting of LMDSIWindowsWindows7Up
Vote Up
0
Vote Down
BernhardGeyer
August 2011
Posts: 27
In LMDSysIn, the following line is wrong:
LMDSIWindowsWindows7Up := (Win32MajorVersion >= 6) and (Win32MinorVersion >= 1);
Is the next Windows-Version will be MajorVersion = 7 and MinorVersion = 0 the setting will fail.
I've changed it to
LMDSIWindowsWindows7Up := ((Win32MajorVersion = 6) and (Win32MinorVersion >= 1)) or (Win32MajorVersion >= 7);
1 Comment
sorted by
Votes
Date Added
Vote Up
0
Vote Down
Alexander Hramov (LMD)
August 2011
Posts: 34
Fixed. Thank you for help
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
64
Announcements
7
LMD IDE-Tools
27
LMD ElPack
25
LMD-Tools
4
Feature Requests
1
In this Discussion
Alexander Hramov (LMD)
August 2011
Tagged
Powered by Vanilla