﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3694	WinGetSize function missing from AutoItX3_64	dennis@…	Jon	"I am using AutoItX3_x64.dll (AutoItX3.dll does not load).  I tried the WinGetSize function but it raises an Attribute Not Found error.  I scanned the dll with DLL Export Viewer and the x_64 does not have the WinGetSize function.  (AutoItX3.dll DOES include the function.)  It seems as if it was left out of the dll by mistake, I'm assuming.  
can you please add it back in?  Thanks.


{{{
import win32com.client
ai = win32com.client.Dispatch(""AutoItX3.Control"")

ai.WinGetSize(""DLL Export Viewer"")


Traceback (most recent call last):
  File ""<input>"", line 1, in <module>
  File ""C:\Users\dave\workspace\client\venv\lib\site-packages\win32com\client\dynamic.py"", line 527, in __getattr__
    raise AttributeError(""%s.%s"" % (self._username_, attr))
AttributeError: AutoItX3.Control.WinGetSize

}}}
"	Bug	closed		AutoItX	3.3.14.0	None	No Bug	AutoItX3_x64, WinGetSize function	
