Re: [xHarbour-developers] Official Release

2009-03-22 Thread Patrick Mast, xHarbour.
Hello Enrico, I tested both issues below and they don't GPF here with current CVS. Are these issues solved on your end also? If so, I suggest we move on to the next release. Thanks! Patrick I agree. This is my buglist: FUNCTION MAIN()    LOCAL cExp := if a()    ( cExp )    RETURN NIL GPF

Re: [xHarbour-developers] Official Release

2009-03-22 Thread Patrick Mast, xHarbour.
Enrico, I tested both issues below and they don't GPF here with current CVS. Are these issues solved on your end also? If so, I suggest we move on to the next release. It still GPFs here using BCC55. :-( I tested with MSVC. Patrick

Re: [xHarbour-developers] Official Release

2009-02-24 Thread Andi Jahja
On Fri, 20 Feb 2009 22:50:41 +0100 Enrico Maria Giordano e.m.giord...@emagsoftware.it wrote: FUNCTION MAIN() Local aStru:={{'aa','C',3,0},; {'bb','C',3,0}} DbCreate('testxxx',aStru); Close Use testxxx Exclusive New Append Blank Replace aa With

Re: [xHarbour-developers] Official Release

2009-02-23 Thread Maurilio Longo
Ron, I've spent several hours trying to recreate my problem (destructors not working) in a sample, but I was not able. Anyway, my code was working fine with cvs of last year around march and it still works ok with current harbour cvs, so it can be an error on my part, but I'm not able to

Re: [xHarbour-developers] Official Release

2009-02-23 Thread Ron Pinkas
...@xharbour.com Cc: xharbour-developers@lists.sourceforge.net Subject: Re: [xHarbour-developers] Official Release Ron, I've spent several hours trying to recreate my problem (destructors not working) in a sample, but I was not able. Anyway, my code was working fine with cvs of last year

Re: [xHarbour-developers] Official Release

2009-02-23 Thread Jose F. Gimenez
Ron, the following code causes the compiler to GPF: //-- #include HBClass.ch CLASS Test METHOD New() ENDCLASS METHOD New() CLASS Test LOCAL a := {|| ::New() } RETURN Nil //-- The GPF is caused by using any object inside a

Re: [xHarbour-developers] Official Release

2009-02-23 Thread Jose F. Gimenez
Ron, sorry, I forgot to say that it only ocurrs when compiling with /b Regards, Jose F. Gimenez -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open

Re: [xHarbour-developers] Official Release

2009-02-23 Thread Miguel Angel Marchuet
Yes I've the same problem, but only with msvc8. With bcc55 and bcc58 is working fine. strange thing Best regards, Miguel Angel Marchuet Andi Jahja escribió: On Fri, 20 Feb 2009 06:02:48 -0800 Ron Pinkas ron.pin...@xharbour.com wrote: Do you know of any bug[s] that must stop us from

Re: [xHarbour-developers] Official Release

2009-02-20 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Ron Pinkas ron.pin...@xharbour.com A: xharbour-developers@lists.sourceforge.net Data invio: venerdì 20 febbraio 2009 15.02 Oggetto: [xHarbour-developers] Official Release Hi All, We need your help! Do you know of any bug[s] that must stop us from

Re: [xHarbour-developers] Official Release

2009-02-20 Thread Andi Jahja
On Fri, 20 Feb 2009 06:02:48 -0800 Ron Pinkas ron.pin...@xharbour.com wrote: Do you know of any bug[s] that must stop us from delivering a new release? --- begin code --- GLOBAL X PROCEDURE MAIN() --- end code --- --- begin fm.log --- Memory Allocation Report Application: