Opened on Jul 15, 2013 at 12:26:35 PM
Closed on Jul 16, 2013 at 8:23:24 AM
Last modified on Jul 16, 2013 at 8:25:55 AM
#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:2 by , on Jul 16, 2013 at 8:23:24 AM
| Milestone: | → 3.3.9.8 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Added by revision [7928] in version: 3.3.9.8
comment:3 by , on Jul 16, 2013 at 8:25:55 AM
I added back Global Const $WM_SIZING = 0x0214 to WindowsConstants.au3.

This is a valid issue that will be fixed.