URL Download to File

Other General Resources like icon sets, sound files etc.,

Moderator: Rathinagiri

User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: URL Download to File

Post 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?
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: URL Download to File

Post 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
BPD
Convert Dream into Reality through HMG
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: URL Download to File

Post by quartz565 »

Thank you BPD !
Best Regards,
Nikos.

os: Windows Server 2019 - 64
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: URL Download to File

Post 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
User avatar
quartz565
Posts: 667
Joined: Mon Oct 01, 2012 12:37 pm
Location: Thessaloniki, Greece
Contact:

Re: URL Download to File

Post by quartz565 »

Thank you Marek, i've already done it and it works just fine!
Best Regards,
Nikos.

os: Windows Server 2019 - 64
Post Reply