Page 2 of 2

Re: URL Download to File

Posted: Wed Jun 26, 2019 1:43 pm
by quartz565
bpd2000 wrote: Wed Mar 07, 2018 1:08 pm
.hbp file content
//---------
#harbour options:
-a
-m
-n
-v
-w3

#hbmk2 options:
-lurlmon


#sources:
Url_Down_Demo.prg
//---------
Are you facing any error ?
Hello!
How can I get all this into the IDE?

Re: URL Download to File

Posted: Fri Jul 05, 2019 4:48 am
by bpd2000
I do not use IDE
You have to add lib urlmon at IDE configuration or add in your project.hbp file as stated above

Re: URL Download to File

Posted: Sat Jul 06, 2019 10:07 pm
by quartz565
Thank you BPD !

Re: URL Download to File

Posted: Mon Jul 08, 2019 6:51 am
by mol
if you want to add lib to IDE, you should add line id Configuration tab:
libs=urlmon
you can point where the libs are located:
libpaths=.

Compiler options can pu placed at line:
prgflags=/v

Re: URL Download to File

Posted: Mon Jul 08, 2019 1:33 pm
by quartz565
Thank you Marek, i've already done it and it works just fine!