Hello, I compiled the file and my application works. And my colleague gets the following error:
could not load:(libcrypto-1_1-x64|libeay64).dll
He doesn't have nim.
You need to include dlls and pem file to use some of these libraries. See here: https://forum.nim-lang.org/t/9254#60609
I think in your case its:
We found this so annoying we wrote our own HTTP getter that uses OS API and does not require the DLLs: https://github.com/treeform/puppy
Is it possible to use your library to download files and show download progress in the terminal?
Like this?