Re: [xHarbour-developers] Bug in TIp

2013-06-17 Thread Luiz Rafael
Enrico Please send the full error.log Regards Luiz -Original Message- From: Enrico Maria Giordano Sent: Monday, June 17, 2013 8:12 AM To: Luiz Rafael ; xHarbour Developers Mailing List Subject: Re: [xHarbour-developers] Bug in TIp -Messaggio Originale- Da: "Luiz Rafae

Re: [xHarbour-developers] Bug in TIp

2013-06-17 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Luiz Rafael" A: "Enrico Maria Giordano" ; "xHarbour Developers Mailing List" Data invio: lunedì 17 giugno 2013 13.23 Oggetto: Re: [xHarbour-developers] Bug in TIp Luiz, > Hi Enrico > > Change your code t

Re: [xHarbour-developers] Bug in TIp

2013-06-17 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Saulius Zrelskis" A: "Enrico Maria Giordano" Data invio: lunedì 17 giugno 2013 13.20 Oggetto: Re: [xHarbour-developers] Bug in TIp Saulius, > Hi Enrico, > > Try with last rev 9962 Works fine now, many thanks! :-) EMG -- EMA

Re: [xHarbour-developers] Bug in TIp

2013-06-17 Thread Luiz Rafael
8:12 AM To: Luiz Rafael ; xHarbour Developers Mailing List Subject: Re: [xHarbour-developers] Bug in TIp -Messaggio Originale- Da: "Luiz Rafael" A: "Enrico Maria Giordano" ; "xHarbour Developers Mailing List" Data invio: lunedì 17 giugno 2013 10.22 Ogget

Re: [xHarbour-developers] Bug in TIp

2013-06-17 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Luiz Rafael" A: "Enrico Maria Giordano" ; "xHarbour Developers Mailing List" Data invio: lunedì 17 giugno 2013 10.22 Oggetto: Re: [xHarbour-developers] Bug in TIp Luiz, > Enrico > > This is not an bug and th

Re: [xHarbour-developers] Bug in TIp

2013-06-17 Thread Luiz Rafael
Enrico This is not an bug and the error is correct, you cannot call ocli:readall() with out calling first ocli:open() Regards Luiz -Original Message- From: Enrico Maria Giordano Sent: Friday, June 14, 2013 11:33 AM To: xHarbour Developers Mailing List Subject: [xHarbour-developers] Bug

Re: [xHarbour-developers] Bug in TIp

2013-06-17 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Saulius Zrelskis" A: "Enrico Maria Giordano" Data invio: lunedì 17 giugno 2013 10.01 Oggetto: Re: [xHarbour-developers] Bug in TIp > Hi Enrico > > I confirm bug > Which revision still work fine ? I don't know, sor

[xHarbour-developers] Bug in TIp

2013-06-14 Thread Enrico Maria Giordano
Please run the sample below (it used to work fine some time back): FUNCTION MAIN() LOCAL oCli := TIPClientHttp():New( "http://www.emagsoftware.it/index.htm"; ) oCli:ReadAll() RETURN NIL Now it stops with the error below: Error BASE/3012 Argument error: INETSENDALL EMG -- EMAG

Re: [xHarbour-developers] Bug in TIP

2012-07-21 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Andi Jahja" A: "xHarbour Developers Mailing List" Data invio: sabato 21 luglio 2012 5.03 Oggetto: Re: [xHarbour-developers] Bug in TIP > Should be OK after: > > 2012-07-21 10:01 UTC+0700 Andi Jahja > * source/tip/client.p

Re: [xHarbour-developers] Bug in TIP

2012-07-20 Thread Andi Jahja
Should be OK after: 2012-07-21 10:01 UTC+0700 Andi Jahja * source/tip/client.prg ! assign ::ltrace before other stuff in Method New() :-(( Andi On Sat, 21 Jul 2012 09:49:42 +0700 Andi Jahja wrote: > Sorry, wrong implementation. I reverted all those changes :-(( --

Re: [xHarbour-developers] Bug in TIP

2012-07-20 Thread Andi Jahja
Sorry, wrong implementation. I reverted all those changes :-(( Andi On Sat, 21 Jul 2012 09:33:52 +0700 Andi Jahja wrote: > Sorry. It was wrong :-( > Have fixed it to throw error in the parent class. > > Andi -- Live

Re: [xHarbour-developers] Bug in TIP

2012-07-20 Thread Andi Jahja
Sorry. It was wrong :-( Have fixed it to throw error in the parent class. Andi On Sat, 21 Jul 2012 07:44:07 +0700 Andi Jahja wrote: > Enrico, > > Can you try after my last commit? > > 2012-07-21 07:41 UTC+0700 Andi Jahja > * source/tip/httpcln.prg > + throw error when invalid protocol

Re: [xHarbour-developers] Bug in TIP

2012-07-20 Thread Andi Jahja
Enrico, Can you try after my last commit? 2012-07-21 07:41 UTC+0700 Andi Jahja * source/tip/httpcln.prg + throw error when invalid protocol is passed as argument Andi On Thu, 19 Jul 2012 20:03:12 +0200 "Enrico Maria Giordano" wrote: > The following error cannot be trapped: > > FUNCTIO

Re: [xHarbour-developers] Bug in TIP

2012-07-20 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Luiz Rafael Culik" A: "Enrico Maria Giordano" Cc: "xHarbour Developers Mailing List" Data invio: venerdì 20 luglio 2012 15.44 Oggetto: Re: [xHarbour-developers] Bug in TIP > Enrico, ill look today Many thanks, Luiz! :-

Re: [xHarbour-developers] Bug in TIP

2012-07-20 Thread Luiz Rafael Culik
Enrico, ill look today Regards Luiz 2012/7/20 Enrico Maria Giordano : > > -Messaggio Originale- > Da: "Enrico Maria Giordano" > A: "xHarbour Developers Mailing List" > > Data invio: giovedì 19 luglio 2012 20.03 > Oggetto: [xHarbour-develope

Re: [xHarbour-developers] Bug in TIP

2012-07-20 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Enrico Maria Giordano" A: "xHarbour Developers Mailing List" Data invio: giovedì 19 luglio 2012 20.03 Oggetto: [xHarbour-developers] Bug in TIP > The following error cannot be trapped: > > FUNCTION MAIN() > >

[xHarbour-developers] Bug in TIP

2012-07-19 Thread Enrico Maria Giordano
The following error cannot be trapped: FUNCTION MAIN() LOCAL oCli TRY oCli = TIPClientHttp():New( "ERROR" ) CATCH ? "Trapped" END RETURN NIL EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it