Page 2 of 2

Re: Hurl2.0 - Error initializing cURL!

Posted: Thu Mar 07, 2024 3:10 pm
by fingus
So the Problem still remains on AmigaOS3.2.

Re: Hurl2.0 - Error initializing cURL!

Posted: Tue Mar 12, 2024 7:56 am
by jPV
The ?LoadPlugin("hurl") work-around doesn't work on it?

Re: Hurl2.0 - Error initializing cURL!

Posted: Mon Mar 18, 2024 3:12 pm
by airsoftsoftwair
jPV wrote: Mon Mar 04, 2024 9:51 am BTW. now I remember that I don't @REQUIRE the hURL plugin in most of my programs, I just load it later or on-demand with LoadPlugin() and handle errors if that fails (#ERR_PLUGINDOUBLET too). In this way programs can work without a (online) TCP/IP stack.
Yes, that sounds like a good workaround.