Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#2357 closed Bug (Completed)

$WM_SIZING missing in WindowsConstants.au3 in 3.3.9.7

Reported by: skyteddy <rainer@…> 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 guinness, 13 years ago

This is a valid issue that will be fixed.

comment:2 by guinness, 13 years ago

Milestone: 3.3.9.8
Owner: set to guinness
Resolution: Completed
Status: newclosed

Added by revision [7928] in version: 3.3.9.8

comment:3 by guinness, 13 years ago

I added back Global Const $WM_SIZING = 0x0214 to WindowsConstants.au3.

Modify Ticket

Action
as closed The owner will remain guinness.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.