Re: [Harbour] Wrong hbsms

2010-03-05 Thread Viktor Szakáts
Yes. Having said that, Harbour is much better quality than lots and lots of commercial software on the market. Not just the "perceived" quality (aka "it works for me" and "works in most cases"), but the whole "internal" quality also, which you cannot see at all in commercial software. Slight

Re: [Harbour] Wrong hbsms

2010-03-05 Thread Maurilio Longo
It is 'the cathedral and the bazaar' :) http://catb.org/~esr/writings/homesteading/cathedral-bazaar/ and not 'market', sic! :) Best regards. Maurilio. -- __ | | | |__| Maurilio Longo |_|_|_|| farmaconsult s.r.l.  ___ Harbour mailing

Re: [Harbour] Wrong hbsms

2010-03-05 Thread Viktor Szakáts
Hi Maurilio, > I did contribute tp_ on xharbour as a 'proof of concept' for a program I was > developing on linux which needed serial communication and compatibility with > the original telepathy API. The project was cancelled a few weeks after my > contribution. > > My code was a refinement of a

Re: [Harbour] Wrong hbsms

2010-03-05 Thread Maurilio Longo
akáts wrote: >> - Original Message - From: "Jaroslaw Kadziola" >> To: "Harbour Project Main Developer List." >> Sent: Friday, March 05, 2010 8:25 AM >> Subject: Re: [Harbour] Wrong hbsms >> >> >>> To send sms' i'm

Re: [Harbour] Wrong hbsms

2010-03-05 Thread Viktor Szakáts
> - Original Message - From: "Jaroslaw Kadziola" > To: "Harbour Project Main Developer List." > Sent: Friday, March 05, 2010 8:25 AM > Subject: Re: [Harbour] Wrong hbsms > > >> To send sms' i'm using Nokia phone plugged to usb port.

Re: [Harbour] Wrong hbsms

2010-03-04 Thread sali
- Original Message - From: "Jaroslaw Kadziola" To: "Harbour Project Main Developer List." Sent: Friday, March 05, 2010 8:25 AM Subject: Re: [Harbour] Wrong hbsms To send sms' i'm using Nokia phone plugged to usb port. In system must be installed mode

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Jaroslaw Kadziola
Hi, s> just a question [i havn't noticed this contrib before], is this 'hbsms' s> device independent, or depends on serial communication with gsm equipment s> and specific model? does it implement some api to higher level? You must ask Viktor about details. To send sms' i'm using Nokia phone

Re: [Harbour] Wrong hbsms

2010-03-04 Thread sali
- Original Message - From: "Jaroslaw Kadziola" To: "Harbour Project Main Developer List." Sent: Friday, March 05, 2010 7:28 AM Subject: Re: [Harbour] Wrong hbsms who benefits from this contribution (for myself is an important part of notification - not simple toy

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Massimo Belgrano
+1 2010/3/5 Jaroslaw Kadziola > > I believe that Viktor restore this cobtrib :) > > -- Massimo Belgrano ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Jaroslaw Kadziola
Hi Viktor,Przemek >> Instead you restored old wrong tpathy code and Jarek >> sent idiotic message thanking you for restoring the bug. You're right it was a idiotic message - I thought only of my own interest instead of the HARBOUR as a whole. Sorry VS> I will remove HBSMS also. It's no good so

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Viktor Szakáts
Hi, >>> You were asking for help so I looked at the code and exactly showed >>> where you made a typo using < instead of <= and above is your >>> answer for the time I invest to check what you did and locate >>> the exact problem. I will remember about it in the future. >> Sorry, I just don't feel

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Przemysław Czerpak
On Thu, 04 Mar 2010, Szak�ts Viktor wrote: Hi Viktor, > > You were asking for help so I looked at the code and exactly showed > > where you made a typo using < instead of <= and above is your > > answer for the time I invest to check what you did and locate > > the exact problem. I will remember

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Viktor Szakáts
Hi Przemek, >>> I already gave you precise answers about the existing bug >>> intorduce by recent seconds()=>hb_milliSeconds() modifications >>> and the potential problems inside hbsms which may cause random >>> bug reports to this list. >>> It's enough you carefully read what I wrote :-) >> Sorry

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Przemysław Czerpak
On Thu, 04 Mar 2010, Szak�ts Viktor wrote: Viktor, > > I already gave you precise answers about the existing bug > > intorduce by recent seconds()=>hb_milliSeconds() modifications > > and the potential problems inside hbsms which may cause random > > bug reports to this list. > > It's enough you

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Viktor Szakáts
>> Could possibly be. I don't use hbsms at all, don't even >> have a serial cable around to test it, so I hope it will >> be "community" fixed eventually. I meant it as an >> initiative in the first place. > > Not could but for sure is. > >> The last .prg I've just sent to the list has all the

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Przemysław Czerpak
On Thu, 04 Mar 2010, Szak�ts Viktor wrote: Hi, > Could possibly be. I don't use hbsms at all, don't even > have a serial cable around to test it, so I hope it will > be "community" fixed eventually. I meant it as an > initiative in the first place. Not could but for sure is. > The last .prg

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Viktor Szakáts
Hi Przemek, > The modifications was partially reverted so it's much easier to make: > svn diff -r 13589 telepath.prg > telepath.diff > > Functionally you changed one thing: > tp_send() uses now: > DO WHILE nTotWritten < Len( cString ) .AND. ; > ( nTimeout < 0 .OR. ( hb_milliSeconds() - n

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Przemysław Czerpak
On Thu, 04 Mar 2010, Szak�ts Viktor wrote: Hi, > Thank you very much Jaroslaw. > This leads to these two changes (in three commits): > > http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/contrib/hbtpathy/telepath.prg?r1=12142&r2=13735 > > http://harbour-proje

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Viktor Szakáts
> VS> This leads to these two changes (in three commits): > VS> > http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/contrib/hbtpathy/telepath.prg?r1=12142&r2=13735 > VS> > http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/contrib/h

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Jaroslaw Kadziola
Hi Viktor, VS> This leads to these two changes (in three commits): VS> http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/contrib/hbtpathy/telepath.prg?r1=12142&r2=13735 VS> http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/contri

Re: [Harbour] Wrong hbsms

2010-03-04 Thread Jaroslaw Kadziola
Hi Viktor, > Function sms_send() return (-3) and not send message with > libhbtpathy.a after 20.02.2010 (it's date of my last > harbour build). With earlier version of libhbtpathy.a > (date of my build : 02.02.2010) sms_send() return (-10) > and work OK = send message. VS> Sorry, but I cannot spo

Re: [Harbour] Wrong hbsms

2010-03-02 Thread Jaroslaw Kadziola
Hi Viktor, VS> Hi Jaroslaw, >> Function sms_send() return (-3) and not send message with >> libhbtpathy.a after 20.02.2010 (it's date of my last >> harbour build). With earlier version of libhbtpathy.a >> (date of my build : 02.02.2010) sms_send() return (-10) >> and work OK = send message. VS>

Re: [Harbour] Wrong hbsms

2010-03-02 Thread Viktor Szakáts
Hi Jaroslaw, > Function sms_send() return (-3) and not send message with > libhbtpathy.a after 20.02.2010 (it's date of my last > harbour build). With earlier version of libhbtpathy.a > (date of my build : 02.02.2010) sms_send() return (-10) > and work OK = send message. Sorry, but I cannot spot