Modify ↓
#2357 closed Bug (Completed)
$WM_SIZING missing in WindowsConstants.au3 in 3.3.9.7
| Reported by: | Owned by: | guinness | |
|---|---|---|---|
| Milestone: | 3.3.9.8 | Component: | AutoIt |
| Version: | 3.3.9.7 | Severity: | None |
| Keywords: | WM_SIZING, WindowsConstants | Cc: |
Description
Hello,
if I want to compile my script with the latest beta-version 3.3.9.7, I get the following error:
#include <WindowsConstants.au3>
GUIRegisterMsg($WM_SIZING, 'ru_GuiMoveOrResize')
...
=> warning: $WM_SIZING: possibly used before declaration.
=> error: $WM_SIZING: undeclared global variable.
I have seen, you have made a lot of changes in the include-files, so I search for $WM_SIZING in all au3-Files in the beta\include-folder, but I can't find it.
In 3.3.8.1 it was defined in the WindowsConstants.au3
many thanks in advance
R@iner
Attachments (0)
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Milestone: | → 3.3.9.8 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [7928] in version: 3.3.9.8
Note:
See TracTickets
for help on using tickets.

This is a valid issue that will be fixed.