All,
I run into a problem with AutoIt when I use a COM object method. The application crashs completely
and the Windows "Send Error Report" dialog appears. The creation of the object is successful, the method
I'm calling takes a few seconds to run, I don't know if there's something like a timeout?
I tried to use the COM object method within a small VisualBasic 6 application, there it's completely
working.
AutoIt Version: 3.2.10.0
OS Version: Windows XP Professional
$oTelephony = ObjCreate("ActiveCTI.Telephony")
If not @error then
Msgbox(0,"ObjCreate","ObjCreate() successfully completed!")
Else
Msgbox(0,"ObjCreate","ObjCreate() not successful!")
Endif
$oTelephony.Login("qtapi", "qtapi123", "AVAYA#ACMFRANKFURTOF#CSTA#DE307623AES1", "Test")
MsgBox(4096, "LoginStatus", "Login Finished")
The last message box doesn't appear, the app crashs before.
The error report says:
Exeption Information
Code: 0x0000005 Flags: 0x00000000
Record: 0x0000000000000000 Address: 0x000000001000bc49
Do you guys have any idea how to get the app fixed?
(I have the some error report information attached)
Thanks
Fred 3989_appcompat.txt