FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour Curl and XAMPP
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Curl and XAMPP
Posted: Fri Jun 12, 2020 01:13 PM
Hi,

Why doesn't XAMPP support curl ? I git clone sources, but didn't find the file hbcurl.ch
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Curl and XAMPP
Posted: Sat Jun 13, 2020 11:27 PM
Natter,

hbcurl.ch is provided by Harbour:

https://github.com/harbour/core/tree/master/contrib/hbcurl
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Curl and XAMPP
Posted: Sun Jun 14, 2020 07:28 AM

Thank You, Antonio !

Sorry for the Offtop. Examples often use external resources - JS or CSS, which cannot be changed. Is there any way to solve this problem ?

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Curl and XAMPP
Posted: Sun Jun 14, 2020 12:28 PM

Please provide a small example of what you need, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Curl and XAMPP
Posted: Sun Jun 14, 2020 04:58 PM

For example: arrays.prg

...........................
<head>
.........................
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.css"/>
</head>
...........................

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Curl and XAMPP
Posted: Sun Jun 14, 2020 05:18 PM

You can modify it to use the most recent bootstrap version

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion