mql_requests
mql_requests copied to clipboard
When i try to run this library on MT5 i got those erros.
'IsDllsAllowed' - undeclared identifier requests.mqh 78 13 ')' - expression expected requests.mqh 78 27 declaration of 'headers' hides global variable requests.mqh 234 13 'GetLastError' - wrong parameters count requests.mqh 241 36 built-in: int GetLastError() requests.mqh 241 36 'GetLastError' - wrong parameters count requests.mqh 248 80 built-in: int GetLastError() requests.mqh 248 80
I'm getting the same error, has anybody been able to get past this?
same here
I'm getting the same in MQL5.. @vivazzi
I managed to resolve it, @biohazardxxx @cybervanes @Senpai-Codes
I disabled the call to this function myself in the requests.mqh file, because it isn't defined anywhere:
and remove the param from GetLastError(err), it should be: GetLastError():
Well, it is compiling now, but It returning errors during executing, during the call to HttpSendRequestW it fails with error 5035:
and I can't really see the implementation of HttpSendRequestW because it is inside the wininet.dll, its a sad because this lib had a lot of potential.