Modify ↓
Opened on Mar 9, 2017 at 4:41:52 AM
#3536 closed Bug (Fixed)
Almost all version queries with _WinAPI_GetVersion in \Examples\Helpfile\*.au3 is wrong...
| Reported by: | Bitnugger | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | Documentation |
| Version: | 3.3.14.0 | Severity: | None |
| Keywords: | _WinAPI_GetVersion | Cc: |
Description
_WinAPI_GetVersion() ................... --> 10.0
If _WinAPI_GetVersion() < '6.0' Then ... --> True
If _WinAPI_GetVersion() < 6.0 Then ... --> False
Would be nice if someone corrected that.
Attachments (1)
Change History (4)
by , on Mar 9, 2017 at 4:43:00 AM
| Attachment: | WinAPI_GetVersion_Error.txt added |
|---|
comment:2 by , on Mar 21, 2017 at 7:21:08 AM
As the function is returning a number I will change it from string to a real number
comment:3 by , on Mar 21, 2017 at 7:22:46 AM
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [11845] in version: 3.3.15.1
Note:
See TracTickets
for help on using tickets.

Doesn't _WinAPI_GetVersion return a string, so don't think we can do any numeric comparison with GT or LT.
Jos