Modify

Opened 11 years ago

Closed 11 years ago

Last modified 11 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 Changed 11 years ago by guinness

This is a valid issue that will be fixed.

comment:2 Changed 11 years ago by guinness

  • Milestone set to 3.3.9.8
  • Owner set to guinness
  • Resolution set to Completed
  • Status changed from new to closed

Added by revision [7928] in version: 3.3.9.8

comment:3 Changed 11 years ago by guinness

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

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain guinness.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.