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
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
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
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
> - 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.
- 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
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
- 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
+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
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
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
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
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
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
>> 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
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
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
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
> 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
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
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
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>
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
23 matches
Mail list logo