﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1410	Using Pointer type with COM-object throws error.	monoceres	Jon	"AutoIt doesn't seem to have any code dealing with variables of pointer type when using COM, the following simple example throws com error 00000005.
{{{
$oMyError = ObjEvent(""AutoIt.Error"", ""_Au3Obj_Err"")
Func _Au3Obj_Err()
	MsgBox(48, 'COM Error', 'An error occured:' & @CRLF & $oMyError.description    & @CRLF & _
             ""err.number is: ""         & @TAB & hex($oMyError.number,8))
EndFunc   ;==>_Au3Obj_Err


$sh = ObjCreate(""ScriptControl"")
$sh.Language=""VbScript""
$sh.Eval(Ptr(0))
}}}"	Bug	closed	3.3.7.9	AutoIt	3.3.3.3	None	Fixed	com pointer idispatch	
