When I use this snippets:
Local $oTask = $oHttp.DownloadBdAsync("https://.............pl/..........", $oBinData)
ConsoleWrite($oHttp.LastErrorText)
I get this error:
ChilkatLog: ActiveXError: DllDate: Sep 28 2020 ChilkatVersion: 9.5.0.84 UnlockPrefix: ************ Architecture: Little Endian; 32-bit Language: ActiveX VerboseLogging: 0 Cannot get ActiveX Interface --ActiveXError --ChilkatLog
Why I get this error ?
btw.
Local $iSuccess = $oHttp.DownloadBd("https://.............pl/..........", $oBinData)
ConsoleWrite($oHttp.LastErrorText)
Works fine