Mike Lambert
2018-02-11 01:08:30 UTC
Hi,
I am using QB64 basic to access Curl via the shell command .. shell
"Curl.exe etc..". This works beautifully.
How do I test to see if Curl had an error ?
I have read the Curl error return codes . but I don't understand them.
CURLE_OK (0). Does this mean Curl will return an error code of 0 or do I
have to access the variable CURLE_OK and check it.
Regards,
Mike
I am using QB64 basic to access Curl via the shell command .. shell
"Curl.exe etc..". This works beautifully.
How do I test to see if Curl had an error ?
I have read the Curl error return codes . but I don't understand them.
CURLE_OK (0). Does this mean Curl will return an error code of 0 or do I
have to access the variable CURLE_OK and check it.
Regards,
Mike