Search found 997 matches

by Horizon
Wed Dec 09, 2020 6:55 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour con SSL - Urgente !!!!
Replies: 25
Views: 5504

Re: Harbour con SSL - Urgente !!!!

Hakan, This Harbour build already includes them: https://github.com/FiveTechSoft/Harbour_builder/blob/master/harbour_win32_msvc_2020_10_19.zip The instructions to build them are here: https://github.com/FiveTechSoft/Harbour_builder/blob/master/.github/workflows/harbour_msvc_32.yml Hi Antonio, Where...
by Horizon
Wed Dec 09, 2020 1:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: checking an url
Replies: 12
Views: 1927

Re: checking an url

nageswaragunupudi wrote:Can you please try this simple function?

Code: Select all

cRet := WebPageContents( cUrl )
if Empty( cRet )
   ? "Invalid URL"
else
   ? cRet
endif
 
Hi Mr. Rao,

Is there an option to show progress of download?

Thanks.
by Horizon
Tue Dec 08, 2020 6:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Class definition advice needed. (SOLVED)
Replies: 2
Views: 441

Re: Class definition advice needed.

Thank you very much Mr. Rao,

This solved my problem.
by Horizon
Tue Dec 08, 2020 9:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: Class definition advice needed. (SOLVED)
Replies: 2
Views: 441

Class definition advice needed. (SOLVED)

Dear Masters, I have an browse class name TYK_List. I have an define line like above. CLASS TYK_List FROM TYK_Core     DATA oData     DATA oDlg, oDlg_Other     DATA oParent     ....     ....     ....     METHOD New( cVarName, cCerID, uData, aMyCols, aHeaders, cButtonPlace, SART, ARANAN, nOrd, aButto...
by Horizon
Wed Dec 02, 2020 8:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: checking an url
Replies: 12
Views: 1927

Re: checking an url

nageswaragunupudi wrote:Can you please try this simple function?

Code: Select all

cRet := WebPageContents( cUrl )
if Empty( cRet )
   ? "Invalid URL"
else
   ? cRet
endif
 
Thank Mr. Rao,

This functions also works successfully.
by Horizon
Wed Dec 02, 2020 7:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: checking an url
Replies: 12
Views: 1927

Re: checking an url

Thank you,

URLDOWNLOADTOFILE() function solved my problem.
by Horizon
Tue Dec 01, 2020 12:47 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour con SSL - Urgente !!!!
Replies: 25
Views: 5504

Re: Harbour con SSL - Urgente !!!!

Thank you Antonio,

I mean libeay32.dll and ssleay32.dll with lib files.
by Horizon
Tue Dec 01, 2020 11:37 am
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour con SSL - Urgente !!!!
Replies: 25
Views: 5504

Re: Harbour con SSL - Urgente !!!!

Con la ayuda de Cristobal, creo que las hemos conseguido crear asi: situarse en la carpeta c:\harbour\contrib\hbssl y crear este go.bat go.bat set path=c:\bcc7\bin set HB_COMPILER=bcc set HB_WITH_OPENSSL=C:\OpenSSL-Win32\include c:\harbour\bin\hbmk2 hbssl Las librerías creadas son: hbssl.lib, hbssl...
by Horizon
Tue Dec 01, 2020 10:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: checking an url
Replies: 12
Views: 1927

Re: checking an url

Hi,

Is there any solution?
by Horizon
Wed Nov 25, 2020 6:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Happy birthday Antonio !!!
Replies: 52
Views: 24180

Re: Happy birthday Antonio !!!

Happy Birthday Antonio.
by Horizon
Tue Sep 15, 2020 8:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4187

Re: Using C# (and .NET) from FWH not working(?)

Hi mr. Navarro,

I use w10.

There is a directory like that.
[url]C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\um\x86[/url]
by Horizon
Tue Sep 15, 2020 8:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4187

Re: Using C# (and .NET) from FWH not working(?)

Dear Hakan, I use this libs of VSC =(1=1) kernel32.lib =(1=1) user32.lib =(1=1) gdi32.lib =(1=1) winspool.lib =(1=1) comctl32.lib =(1=1) comdlg32.lib =(1=1) advapi32.lib =(1=1) shell32.lib =(1=1) ole32.lib =(1=1) oleaut32.lib =(1=1) uuid.lib =(1=1) odbc32.lib =(1=1) odbccp32.lib =(1=1) iphlpapi.lib...
by Horizon
Tue Sep 15, 2020 7:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4187

Re: Using C# (and .NET) from FWH not working(?)

Not published. Is in libs of Fwh ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ FiveWin for Harbour 20.06 (VS32bits) Jun. 2020  Harbour development power  ³Ü ³ (c) FiveTech 1993-2020 for Microsoft Windows 9X/NT/200X/ME/XP/Vista/7/8/10 ³Û ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ...
by Horizon
Mon Sep 14, 2020 4:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4187

Re: Using C# (and .NET) from FWH not working(?)

cnavarro wrote:Not published. Is in libs of Fwh
Hi Mr. Navarro,
Can you help me to compile with msvc?
by Horizon
Mon Sep 14, 2020 12:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4187

Re: Using C# (and .NET) from FWH not working(?)

Hi,

Where is TDotNet class?