dragana-r / autoit-winhttp

Automatically exported from code.google.com/p/autoit-winhttp
70 stars 20 forks source link

Some warnings when using #AutoIt3Wrapper_AU3Check_Parameters #15

Open GustavoEHennemann opened 3 years ago

GustavoEHennemann commented 3 years ago

Hello, According to Melba23, one of the moderators in AutoIt, is a good practice to use this directive to check for syntax:

AutoIt3Wrapper_au3check_parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6

Reference: https://www.autoitscript.com/forum/topic/97052-au3-check-parameters/?tab=comments#comment-697751

So, when I use that directive in my script I get some warnings from WinHttp.au3 UDF. Thanks!

Danp2 commented 3 years ago

See #14 and #8. 😦

GustavoEHennemann commented 3 years ago

Ok, this issue is already known. Just to let you know, I'm using the file version 1.6.4.2.

GustavoEHennemann commented 3 years ago

Now I'm using the branch from @seadoggie01 (issue #14) and it seems to work.