The lib is in the project's xml file, and the import is based on the test code in the haxe-curl repo itself, so there's very little to show in terms of a minimal working example.Īs it is stated in the description of the library, it is only implemented for neko and php.
Is this because haxe-curl expects a particular version of curl to be preinstalled on this machine? Am I doing something obvious? I'm relatively new to haxe but I can't find any evidence of this error online. Uncaught exception - load.c(237) : Failed to load library : curl.ndll (dlopen(curl.ndll, 1): image not found)įlash returns different errors but similarly refuses to run. However, trying to import or use the package gives me the following compiler error for neko: Haxe Curl - Failed to load library : curl.ndll I used haxelib to install Haxe-Curl and run it on a project.