Re: [Harbour] Next Beta

2007-12-12 Thread Phil Barnett
On Wednesday 12 December 2007 04:48:54 am Przemyslaw Czerpak wrote: > On Wed, 12 Dec 2007, Phil Barnett wrote: > > Przemek, when can we release a new beta for testing? > > Yes sure, > I only want to know what modifications plan to add other developers > and I'll sync beta branch. I know you think

Re: [Harbour] Howto build contrib contents under Linux

2007-12-12 Thread Lorenzo Fiorini
On Dec 13, 2007 12:47 AM, elart <[EMAIL PROTECTED]> wrote: > I'm interested of contrib/hbpgsql contents but i can't figure howto > make and test them under Linux > Into the .../contrib/ dir i see the make_b32_all.bat and the > make_vc_all.bat > i hope i can manually make something without a m

Re: [Harbour] 2007-12-13 18:05 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2007-12-12 Thread Pritpal Bedi
Please ignore. Done. Pritpal Bedi wrote: > > Hello > > Someone please fix this in xHarbour CVS as I am unable to update for > latest CVS due to broken USRRDD ? > > Thanks in advance. > > -- View this message in context: http://www.nabble.com/2007-12-13-18%3A05-UTC%2B0800-Pritpal-Bedi-%28

[Harbour] TokenInit() - TokenExit() : Self Destructor

2007-12-12 Thread Pritpal Bedi
Hello Everybody A large application is using this construct: TokenInit( @cString,... ) Do While !TokenEnd() someVrb := TokenNext() // enddo But nowhere TokenExit() is called whereas it should have been. When application exits fm.log reports memory leakage. Is there any way that at

Re: [Harbour] 2007-12-13 18:05 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2007-12-12 Thread Pritpal Bedi
Hello Someone please fix this in xHarbour CVS as I am unable to update for latest CVS due to broken USRRDD ? Thanks in advance. Pritpal Bedi wrote: > > 2007-12-13 18:05 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) > * harbour/contrib/hbrddads/adsmgmnt.c > ! Fixed memory leak in HB_FUNC( AD

[Harbour] 2007-12-13 18:05 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2007-12-12 Thread Pritpal Bedi
2007-12-13 18:05 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/hbrddads/adsmgmnt.c ! Fixed memory leak in HB_FUNC( ADSMGGETLOCKOWNER ) if ( pstUserInfo ) hb_xfree( pstUserInfo ); Regards Pritpal Bedi, INDIA-USA -- View this message in context: http://www.nabb

[Harbour] Howto build contrib contents under Linux

2007-12-12 Thread elart
I'm interested of contrib/hbpgsql contents but i can't figure howto make and test them under Linux Into the .../contrib/ dir i see the make_b32_all.bat and the make_vc_all.bat i hope i can manually make something without a make_gnu_all script. How can i try to compile the contrib/hbpgsql u

[Harbour] Warning

2007-12-12 Thread Enrico Maria Giordano
Warning W8004 source\rtl\gtwvt\gtwvt.c 144: 'iPos' is assigned a value that is never used in function hb_gt_wvt_Alloc EMG -- EMAG Software Homepage: http://www.emagsoftware.it The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum The Best of Spectrum Games: http://www.emagsoftware

[Harbour] 2007-12-12 22:01 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2007-12-12 Thread Przemyslaw Czerpak
2007-12-12 22:01 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/gt_tpl/gt_tpl.c * harbour/source/rtl/gtdos/gtdos.c * harbour/source/rtl/gtos2/gtos2.c * updated for new API * harbour/source/rtl/gtcgi/gtcgi.c * harbour/source/rtl/gtstd/gtstd.c * harbour/sou

[Harbour] 2007-12-13 10:42 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED])

2007-12-12 Thread Pritpal Bedi
2007-12-13 10:42 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]) * harbour/contrib/hbgtwvg/wvtpaint.prg ! Formatting. * harbour/contrib/hbgtwvg/hbgtwvg.c + static BOOL hb_gt_wvt_PutChar( PHB_GT pGT, int iRow, int iCol, BYTE bColor, BYTE bAttr, USHORT usChar )

Re: [Harbour] TO Przemek: trying to contact @priv...pl

2007-12-12 Thread frank van nuffel
Hello again Przemek, i'll start a new thread to check with the other developers whether some premises to OO for native data types inherent to the approach used in my (o)ceans' thinktank project are feasible, and desirable. Without consent for these, i'm afraid (o)ceans' can't contribute much

Re: [Harbour] Screen Painting - SetColor( 'N/W' ) - Bug

2007-12-12 Thread Pritpal Bedi
Przemek >Yes, it is. I suspected so. < It's enough to overload PUTCHAR() method and call TOUCHCELL() inside, f.e. add to gtwvg.c: static BOOL hb_gt_wvg_PutChar( PHB_GT pGT, int iRow, int iCol, BYTE bColor, BYTE bAttr, USHORT usChar ) { if( HB_G

[Harbour] 2007-12-12 11:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2007-12-12 Thread Przemyslaw Czerpak
2007-12-12 11:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/ChangeLog * removed UTF-8 signature: 0xEF 0xBB 0xBF * harbour/source/rtl/gtwvt/gtwvt.c * converted TABs to SPACEs best regards Przemek ___ Harbour mailing list H

Re: [Harbour] Next Beta

2007-12-12 Thread Przemyslaw Czerpak
On Wed, 12 Dec 2007, Phil Barnett wrote: > Przemek, when can we release a new beta for testing? Yes sure, I only want to know what modifications plan to add other developers and I'll sync beta branch. best regards, Przemek ___ Harbour mailing list Harbo

[Harbour] 2007-12-12 10:46 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

2007-12-12 Thread Przemyslaw Czerpak
2007-12-12 10:46 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/idle.c ! fixed casting in hb_idleSleep() which truncated the fraction part of given timeout best regards Przemek ___ Harbour mailing list Harbour@harbo