Open Asukaaaaaa opened 1 year ago
Hi,
lcurl.dll depends on the libcurl library. Which tool do you use to compile lua-curl ? This tool provides the necessary files (header, .lib) to compile and you will certainly find the libcurl.dll in your tool folder. Copy libcurl.dll it near to your lua.exe, it should work.
Using luarocks to install lua-curl successfully on windows11. Then i put lcurl.dll and cURL.lua file into my script's directory.
And running main.lua shows
But it runs perfectly on my wsl environment with lcurl.so, i don't know what's going wrong on windows side😥.