Search found 31 matches: tipclient

Return to advanced search

Re: xHarbour.org updated!

Sure, but I need a simple PRG showing the errors that I can test here. Code below, I change testget in samples folder to try tipclient with https. Thanks in advance! #Include "Fivewin.ch" Function Main() LOCAL oDlg, oGet LOCAL cCad := "Testing " // pad("Testing ...
by wartiaga
Mon Sep 18, 2023 7:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37522

Re: DOS ERROR -2147352567 WINOLE/1007 MSXMLE.DLL

... 9200 Time from start: 0 hours 0 mins 7 secs Error occurred at: 09/14/20, 02:28:35 Error description: Error BASE/1081 Operation not supported: TIPCLIENTHTTP:new() Args: [ 1] = O TIPCLIENTHTTP [ 2] = C https Stack Calls =========== Called from: ..\contrib\hbtip\client.prg => TIPCLIENT:NEW( ...
by jnavas
Mon Sep 14, 2020 6:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DOS ERROR -2147352567 WINOLE/1007 MSXMLE.DLL
Replies: 6
Views: 887

TIPCLIENTHTTP problem ( new )

... and the latest FWH ( 19.09 ), I get the following messages when making this call: . Error description: Error BASE/1081 Operation not supported: TIPCLIENTHTTP:new() Args: [ 1] = O TIPCLIENTHTTP [ 2] = C https Stack Calls =========== Called from: client.prg => TIPCLIENT:NEW( 225 ) Called from: ...
by TimStone
Wed Oct 30, 2019 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TIPCLIENTHTTP problem ( new )
Replies: 7
Views: 1300

Re: Scaricare da casella PEC (Legalmail)

Guardando i sorgenti in xharbour\contrib\tipssl
vedo che tIPClientPOP deriva da tIPClient che supporta nativamente l'SSL!!
mentre tIPClientPOP no, basta aggiungere un parametro al costruttore...
by AntoninoP
Wed Jan 23, 2019 5:03 pm
 
Forum: All products support
Topic: Scaricare da casella PEC (Legalmail)
Replies: 33
Views: 22296

tIPClientHttp and https

... 9200 Time from start: 0 hours 0 mins 20 secs Error occurred at: 09/06/16, 11:29:03 Error description: Error BASE/1081 Operation not supported: TIPCLIENTHTTP:New() Args: [ 1] = O TIPCLIENTHTTP [ 2] = C https Stack Calls =========== Called from: source\tip\client.prg => TIPCLIENT:NEW( 0 ) ...
by Marco Turco
Thu Jun 09, 2016 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tIPClientHttp and https
Replies: 1
Views: 460

Re: Tip Client = Harbour / MSVC 2015 Error

See how this DATA of Class TIPClient (client.prg) gets initialized:

VAR lHasSSL INIT tip_SSL()

function tip_SSL() is in hbssl.lib
by Antonio Linares
Fri Apr 22, 2016 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 8732

Re: Tip Client = Harbour / MSVC 2015 Error

... ErrorBlock(), oErr )   ENDIF  The error log shows: Error description: Error BASE/1081 Operation not supported: TIPCLIENTHTTP:new() Args: [ 1] = O TIPCLIENTHTTP [ 2] = C https Stack Calls =========== Called from: client.prg => TIPCLIENT:NEW( 212 ) Called from: ...
by TimStone
Thu Apr 21, 2016 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 8732

Re: Tip Client = Harbour / MSVC 2015 Error

Tim, The error comes from here: METHOD New( oUrl, xTrace, oCredentials ) CLASS TIPClient LOCAL oErr LOCAL oLog LOCAL lSSL IF HB_ISSTRING( xTrace ) .OR. hb_defaultValue( xTrace, .F. ) oLog := TIPLog():New( iif( HB_ISSTRING( xTrace ), xTrace, NIL ) ) ::bTrace := ...
by Antonio Linares
Thu Apr 21, 2016 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 8732

Re: Tip Client = Harbour / MSVC 2015 Error

... https://github.com/harbour/core/blob/master/contrib/hbtip/httpcli.prg Please post your code from: Called from: client.prg => TIPCLIENT:NEW( 225 ) Called from: httpcli.prg => TIPCLIENTHTTP:NEW( 96 ) Called from: C:\Projects\MLS2015\Source\UtilCarFax.prg => EXCHLICVIN( ...
by Antonio Linares
Thu Apr 21, 2016 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 8732

Re: Tip Client = Harbour / MSVC 2015 Error

Tim,

Please post the code that you have here:

client.prg => TIPCLIENT:NEW( 225 )
by Antonio Linares
Wed Apr 20, 2016 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 8732

Tip Client = Harbour / MSVC 2015 Error

... Harbour ( built for that FWH version ), and MSVC++ 2015. I get the following error: Error description: Error BASE/1081 Operation not supported: TIPCLIENTHTTP:new() The last two calls are from httpcli and client .prg's which are located in the tip libraries. Called from: client.prg => TIPCLIENT:NEW( ...
by TimStone
Wed Apr 20, 2016 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tip Client = Harbour / MSVC 2015 Error
Replies: 39
Views: 8732

Re: TipClient Windows 7 Lentidão Method Open

Sr Antonio,

funcionou perfeitamente:

Adicionar no arquivo C:\Windows\System32\drivers\etc\hosts:
192.168.0.14 test


Muito obrigado!!!
:D
by MGA
Wed Apr 20, 2016 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TipClient Windows 7 Lentidão Method Open (Solucionado)
Replies: 2
Views: 548

TipClient Windows 7 Lentidão Method Open (Solucionado)

Amigos,

em um cliente(windows7) esta ocorrendo demora de uns 12 segundos no METHOD open() do TIPCLIENTHTTP:

METHOD Open( cUrl ) CLASS TIPClient
...
//A demora esta aqui:
::inetConnect( ::oUrl:cServer, nPort, ::SocketCon )
...
RETURN .T.

Alguem sabe o que pode estar acontecendo?

att.
by MGA
Tue Apr 19, 2016 9:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TipClient Windows 7 Lentidão Method Open (Solucionado)
Replies: 2
Views: 548

Re: Upload to FTP

Where do I find tIpClient() I see it on this board, but I do not find it in the source directory of FiveWin, is this Harbour, xHarbour?
Does Fivewin have an FTP client that can upload a file via FTP that is RFC compliant?

Thanks,

Byron ...
by byron.hopp
Fri Jan 22, 2016 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Upload to FTP
Replies: 7
Views: 2079
Next

Return to advanced search