Re: Hurl2.0 - Error initializing cURL!
Posted: Thu Mar 07, 2024 3:10 pm
So the Problem still remains on AmigaOS3.2.
The Cross-Platform Multimedia Application Layer
https://www.hollywood-mal.com/forums/
Yes, that sounds like a good workaround.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.
Code: Select all
- Change [Amiga]: The Amiga version will not try to open bsdsocket.library and AmiSSL on @REQUIRE any
longer; this initialization will only be done now once a script actually tries to use a hURL function;
this allows you to write scripts which run on systems without bsdsocket.library or AmiSSL too even
though they have a @REQUIRE "hurl" statement in the preprocessor commands