Andaba navegando por el foro ingles y vi esto:
http://www.autoitscript.com/forum/index ... opic=58553
instale el componente y me daba un error , luego de mirar un poco la ayuda hice lo siguiente para ver si encontraba donde ocurria el error
Código: Seleccionar todo
$file = FileOpen("output.txt", 2)
$spider = ObjCreate("Chilkat.Spider")
If not @error then
Msgbox(0,"Remote ObjCreate Test","ObjCreate() para chillkat andubo")
Else
Msgbox(0,"Remote ObjCreate Test","No la cosa no camina " & hex(@error,8))
Endif
Saludos