--
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: https://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/harbour-users/72886937-2f1a-46a1-a359-f6d242de40d0n%40googlegroups.com.
--
I had the same problem.
I downoladed curl-win32-latest.zip from CURL website https://curl.se/download.html, for Windows: https://curl.se/windows/ and copied libcurl.a and libcurl.dll.a to my LIB folder. The program then compiles normaly. For execution I had to copy also libcurl.dll to folder where program is compiled.
I don't know how to embed libcurl.dll in exe file, so that I don't have to copy it always to folder where exe file is.
Regards, Jure
libcurl.a and libcurl.dll.a in LIB folder

Libcurl.dll in BIN folder

Regards, Jure
Poslano iz programa Pošta za Windows
To view this discussion visit https://groups.google.com/d/msgid/harbour-users/f2eb6597-5595-4cd7-abec-e1504bd101c0n%40googlegroups.com.
The issue is that in my case I use the nightly version of harbor
https://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/harbour-nightly-win.exe/download
in the folder
hb32/lib/win/mingw
So I don't know if those libraries are useful to solve that problem, since it would be necessary to know how the hbp file would be set to take those new
libraries.
Well, adding the hbcurl.hbc file to the hbp file, everything seems to work, I had to add the libcurl.dll file to the executable folder and there it was.
and it doesn't throw errors, but I really don't know what that number is that the function returns. Well thanks for the help
