include hbcurl

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: include hbcurl

Post by mol »

I've recompiled library and I'm getting error about missing libcurl.dll in harbour\contrib\hbcurl\tests\ftp_uldl.prg sample.

From where can I download this dll or how can I build it?

I found libcurl.dll in one of Viktor Szakats compilation.
I've compiled application, but, when it starts I get application start error 0x000007b
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: include hbcurl

Post by mol »

I have no power to fight with this :oops: :oops: :oops:
I've mixed 32 and 64 bit versions.
Now, my app wal linked, but I got error libcrypto-1_1.dll is missing
mlnr
Posts: 126
Joined: Fri Aug 28, 2015 1:52 pm
DBs Used: DBF

Re: include hbcurl

Post by mlnr »

libcurl.dll and other dll's what you need, can be found in CURL\BIN after installed the curl
Best regards,
Gabor
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: include hbcurl

Post by mol »

there is only libcurl.dll in curl\bin directory :-(
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: include hbcurl

Post by mol »

Gabor, can you try to compile harbour\contrib\hbcurl\test\ftp_uldl.prg using hmg and give me some points how to do it? If you have required dll's, can you place them here?
trmpluym
Posts: 303
Joined: Tue Jul 15, 2014 6:52 pm
Location: The Netherlands

Re: include hbcurl

Post by trmpluym »

Marek,

You need these DLL's in the same dir as your EXE.

Theo
Attachments
curl_dll.zip
(1.38 MiB) Downloaded 310 times
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: include hbcurl

Post by mol »

Many thanks!
Now, I can run my sample, so I can go to the next step.
Best regards!
emello969
Posts: 1
Joined: Wed Oct 17, 2018 4:53 am
DBs Used: DBF, MySQL

Re: include hbcurl

Post by emello969 »

Hola gente

He seguido los pasos en varios post de este foro http://www.hmgforum.com/viewtopic.php?f=5&t=4617 y http://hmgforum.com/viewtopic.php?f=5&t ... url#p52219
Algunos problemas he ido arreglando los errores de compilación con las librerías curl.
Ahora cuando ejecuto el programa me salen estos dos carteles que me piden otras dll.

Me estará faltando hacer algo mas ?
Gracias desde ya
Attachments
libssl-1.png
libssl-1.png (6.35 KiB) Viewed 2637 times
libcrypto-1.png
libcrypto-1.png (6.44 KiB) Viewed 2637 times
mlnr
Posts: 126
Joined: Fri Aug 28, 2015 1:52 pm
DBs Used: DBF

Re: include hbcurl

Post by mlnr »

Best regards,
Gabor
Post Reply