These lines worked until version 3.0.103.152 (10 Jan, 2005), under Win2000.
#include <GuiConstants.au3>
Dim $WS_OVERLAPPEDWINDOW = 0xCF0000, $WS_VISIBLE = 0x10000000, $WS_CLIPSIBLINGS = 0x04000000
Now an error is produced: Cannot assign values to constants.
What should I change to accommodate this?
GUI Unexpected Behaviour Latest Beta
Started by
MaestroDW
, Jan 12 2005 01:57 AM
2 replies to this topic
#1
Posted 12 January 2005 - 01:57 AM
#2
Posted 12 January 2005 - 02:29 AM
Remove those lines of code. They are already defined as constants (New keyword Const) in GuiConstants.au3, so you are trying to re-declare them.
#3
Posted 12 January 2005 - 04:24 AM
Many thanks, ValikRemove those lines of code. They are already defined as constants (New keyword Const) in GuiConstants.au3, so you are trying to re-declare them.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




