[xHarbour-developers] ChangeLog: 2012-10-02 12:55 UTC+0700 Andi Jahja

2012-10-01 Thread Andi Jahja
2012-10-02 12:55 UTC+0700 Andi Jahja * contrib/filemem/filemem.c * contrib/gtwvg/gtwvg.c * contrib/gtwvw/gtwvw.c * contrib/hbbtree/hb_btree.h * contrib/libnf/dispc.c * contrib/misc/gauge.c * contrib/misc/hb_f.c * contrib/misc/num.c * contrib/misc/stack.c * contrib/misc/strfmt.c

Re: [xHarbour-developers] Memo file extension in ADS RDD

2012-10-01 Thread Przemyslaw Czerpak
On Mon, 01 Oct 2012, Enrico Maria Giordano wrote: Hi, > Dear friends, I don't get this to work in ADS RDD: > RDDINFO( RDDI_MEMOEXT, ".DBT" ) > ? RDDINFO( RDDI_MEMOEXT ) // still returns ".fpt" > I had a look inside ads1.c and found this: > static const char * adsMemoExt( int iFileType ) > { >

Re: [xHarbour-developers] Spaces around -> operator

2012-10-01 Thread Przemyslaw Czerpak
On Mon, 01 Oct 2012, Enrico Maria Giordano wrote: Hi Enrico, > >There is no such limitation in Harbour, xHarbour and in Clipper. > Great! I'm happy to ear that! :-) > >So all what you need is investing few minutes and learn how PP > >in Clipper and [x]Harbour works and then use correct syntax. >

[xHarbour-developers] Memo file extension in ADS RDD

2012-10-01 Thread Enrico Maria Giordano
Dear friends, I don't get this to work in ADS RDD: RDDINFO( RDDI_MEMOEXT, ".DBT" ) ? RDDINFO( RDDI_MEMOEXT ) // still returns ".fpt" I had a look inside ads1.c and found this: static const char * adsMemoExt( int iFileType ) { switch( iFileType ) { case ADS_ADT: return ".adm"; case A

Re: [xHarbour-developers] Spaces around -> operator

2012-10-01 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Przemyslaw Czerpak" A: "Enrico Maria Giordano" ; "Xharbour-Developers List" Data invio: lunedì 1 ottobre 2012 18.04 Oggetto: Re: [xHarbour-developers] Spaces around -> operator > There is no such limitation in Harbour, xHarbour and in Clipper. Great! I'm h

Re: [xHarbour-developers] Spaces around -> operator

2012-10-01 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Andi Jahja" A: "xHarbour Developers Mailing List" Data invio: lunedì 1 ottobre 2012 16.18 Oggetto: Re: [xHarbour-developers] Spaces around -> operator > Have you tested it with Clipper? > If it is compilable with Clipper then it should be corrected. No, it

Re: [xHarbour-developers] Spaces around -> operator

2012-10-01 Thread Andi Jahja
Have you tested it with Clipper? If it is compilable with Clipper then it should be corrected. Andi On Mon, 1 Oct 2012 15:18:03 +0200 "Enrico Maria Giordano" wrote: > Dear friends, the following sample looks like a xHarbour bug to me: > > Procedure Main() >MEMVAR->Doug := "right" >MEMV

[xHarbour-developers] Spaces around -> operator

2012-10-01 Thread Enrico Maria Giordano
Dear friends, the following sample looks like a xHarbour bug to me: Procedure Main() MEMVAR->Doug := "right" MEMVAR->Enrico := "wrong" SET PRINTER TO &(MEMVAR->Doug) SET PRINTER TO &(MEMVAR -> Enrico) //Syntax error Return Why the spaces around -> can't be accepted by the compiler? I

Re: [xHarbour-developers] ChangeLog: 2012-10-01 07:56 UTC+0700 AndiJahja

2012-10-01 Thread Enrico Maria Giordano
-Messaggio Originale- Da: "Andi Jahja" A: Data invio: lunedì 1 ottobre 2012 2.59 Oggetto: [xHarbour-developers] ChangeLog: 2012-10-01 07:56 UTC+0700 AndiJahja > 2012-10-01 07:56 UTC+0700 Andi Jahja > * contrib/hbbtree/hb_btree.h > ! Temporary hack: HB_ULONG -> ULONG to pacify