AutoIt WinHttp.au3 dependencies can't be found

一个人想着一个人 提交于 2019-12-07 21:35:35

问题


I'm trying to use an AutoIt script I found. After installing AutoIt v3.3.14.2 when I try to run it can't find the module WinHttp.au3.

So I looked for it and placed it in the same folder as the script. But now WinHttp.au3 has an include file which doesn't exist either, which is WinHttpConstants.au3 and so on.

Which version or package of AutoIt do I have to install so the script that includes WinHttp.au3 has all the dependencies it needs to run?


回答1:


AutoIt WinHTTP is a custom UDF (not included with AutoIt) consisting of WinHttp.au3 and WinHttpConstants.au3 (being its only dependency).

  • AutoIt WinHTTP releases
  • AutoIt WinHTTP support


来源:https://stackoverflow.com/questions/43736967/autoit-winhttp-au3-dependencies-cant-be-found

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!