Re: [Harbour] 2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas

2008-12-20 Thread Teo Fonrouge
On Wednesday 17 December 2008 21:05:34 Mindaugas Kavaliauskas wrote: > 2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) >* include/hbclass.ch >* include/hbcomp.ch >* include/hberrors.h >* include/hbgenerr.c >* include/hbmain.c >* include/hbopt.c >

Re: Re: [Harbour] 2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas

2008-12-20 Thread toni...@fwi
Hi ppl This was fixed, thanks, and now, mailing is working fine and faster, thanks, Regards, Toninho. __ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br.beta.messenger.yahoo.com/ ___

Re: [Harbour] 2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas

2008-12-20 Thread toni...@fwi
> + added recursive pcode tree tracer. It is capable to generate new > warning: Variable %s is assigned, but not used. Hi Mindaugas, I have a question please: In contrib\hbct\getinput.prg, we have: LOCAL GetList := {} And I receive a warning Variable 'GETLIST is assigned, but not use

Re: [Harbour] 2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas

2008-12-18 Thread Lorenzo Fiorini
On Thu, Dec 18, 2008 at 9:41 AM, Lorenzo Fiorini wrote: > To get harbour built under Ubuntu 8.10 In hbcomp.h I had to change: > ... I also found that the line numbers reported are wrong and that this message is false: ../../tpostgre.prg:698: warning: W0032 Variable 'ATEMP' assigned but not use

Re: [Harbour] 2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas

2008-12-18 Thread Lorenzo Fiorini
On Thu, Dec 18, 2008 at 4:05 AM, Mindaugas Kavaliauskas wrote: > 2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) > * include/hbclass.ch > ... > of .c header copy-paste from xHarbour's hbstrong.c some time ago. To get harbour built under Ubuntu 8.10 In hbcomp.h I ha

[Harbour] 2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas

2008-12-17 Thread Mindaugas Kavaliauskas
2008-12-18 05:02 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * include/hbclass.ch * include/hbcomp.ch * include/hberrors.h * include/hbgenerr.c * include/hbmain.c * include/hbopt.c + PCode optimizations: 1) Self := QSELF(), Self:method -> QSELF():method