[xHarbour-developers] ChangeLog: 2009-02-03 23:15 UTC-0600 Vicente Guerra

2009-02-03 Thread Vicente Guerra
2009-02-03 23:15 UTC-0600 Vicente Guerra * source/vm/arrays.c * Prevents "AEVAL in progress" flag for not to be cleared. Atte. Vic -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM

Re: [xHarbour-developers] Last DESPERATE call for a BUG FREEZE

2009-02-03 Thread Andres Reyes [codigobase.blogspot.com]
Hi Phil, Yes, It Still, But it's no problem from Harbour, It is from DialogBoxIndirect function from FWH code, something is wrong there, i try replacing thisone, with my own, and now work perfectly. We can continue. Regards, Andres Reyes Phil Krylov escribió: > Hi Andres, > > Is this still

[xHarbour-developers] ChangeLog 2009-02-04 03:10 UTC+0300 Phil Krylov

2009-02-03 Thread Phil Krylov
2009-02-04 03:10 UTC+0300 Phil Krylov * source/vm/hvm.c * source/vm/macro.c ! fixed _FIELD indirectly used as alias, f.e.: ? ("_FIELD")->NAME or: M->var := "_FIELD" ? ("&var")->NAME ! do not overwrite 1-st error object by others which can appear d

Re: [xHarbour-developers] Questions about ASIZE + AEVAL

2009-02-03 Thread Vicente Guerra
Ron, Thank you. I hadn't pay attention to that code on AEVAL. Atte. Vic On Tue, 3 Feb 2009, Ron Pinkas wrote: >> But, what about the second part? Looks like the following code could >> leave unreleased memory: >> >> x := {} >> AEVAL( x, { || NIL } ) >> AADD( x, DATE(

Re: [xHarbour-developers] Questions about ASIZE + AEVAL

2009-02-03 Thread Ron Pinkas
> But, what about the second part? Looks like the following code could > leave unreleased memory: > > x := {} > AEVAL( x, { || NIL } ) > AADD( x, DATE() )// Dynamically created string... > AADD( x, TIME() )// Dynamically created string... > AEVAL( x, { |x,i|

Re: [xHarbour-developers] Last DESPERATE call for a BUG FREEZE

2009-02-03 Thread Phil Krylov
Hi Andres, Is this still the case? If so, can you provide a test .prg, (without FWH usage)? -- Ph. On Fri, Jan 30, 2009 at 2:41 AM, Andres Reyes [codigobase.blogspot.com] wrote: > Hi Ron, > > yes, the lastest > > Andres > > Ron Pinkas escribió: >> Hi Andres, >> >> Is this with the LATEST CVS? >

[xHarbour-developers] collations of DBF

2009-02-03 Thread Miguel Angel Marchuet
the offset 1Dh at DBF/foxpro header tables has ( Language driver ) as follow: (Foxpro) Code page: These values follow the DOS / Windows Code Page values. Value Description Code page 01h DOS USA code page 437 02h DOS Multilingualcode page 850 03h Windows ANSIcode page

Re: [xHarbour-developers] Questions about ASIZE + AEVAL

2009-02-03 Thread Vicente Guerra
On Tue, 3 Feb 2009, Ron Pinkas wrote: > Yes, you can move it, it appears to be a valid correction, if user code calls > aEval() with invalid arguments (my mistake). Thank you. I'll move. But, what about the second part? Looks like the following code could leave unreleased memory:

Re: [xHarbour-developers] Debug in current CVS

2009-02-03 Thread Marcelo Lombardo
Phil, On Feb 3, 2009, at 2:26 PM, Phil Krylov wrote: your sample didn't crash, too. But I've found a buffer overflow using valgrind. Please check if your issue is fixed now. Yes, fixed. Thank you, Marcelo Lombardo www.xharbour.com.br

Re: [xHarbour-developers] Debug in current CVS

2009-02-03 Thread Phil Krylov
Hi, your sample didn't crash, too. But I've found a buffer overflow using valgrind. Please check if your issue is fixed now. -- Ph. On Tue, Feb 3, 2009 at 7:05 PM, Marcelo Lombardo wrote: > Phil, > > Yes, sure: > > /**/ > >

[xHarbour-developers] ChangeLog 2009-02-03 19:23 UTC+0300 Phil Krylov

2009-02-03 Thread Phil Krylov
2009-02-03 19:23 UTC+0300 Phil Krylov * source/vm/dbgentry.c ! Fixed a string buffer overflow. -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax develope

Re: [xHarbour-developers] Debug in current CVS

2009-02-03 Thread Marcelo Lombardo
Phil, Yes, sure: / **/ Function Main( cDSN, lLog ) f2() Return NIL function f2() a := 100 altd() ? "Executed" wait return / **/

Re: [xHarbour-developers] Debug in current CVS

2009-02-03 Thread Phil Krylov
Hi, On Tue, Feb 3, 2009 at 3:57 PM, Marcelo Lombardo wrote: > Error below happens when I check the contents of any var in command > window while debugging: can you please make a self-contained sample? I don't see such errors here. -- Ph.

[xHarbour-developers] Debug in current CVS

2009-02-03 Thread Marcelo Lombardo
Phil, Error below happens when I check the contents of any var in command window while debugging: Unrecoverable error 9022: hb_xfree(00C038C0) Pointer Overflow ' __dbg[01] Called from HB_DBG_GETEXPRVALUE(0)F5-Go F6-WA F7-Here F8-Step F9-BkPt F10 Called from HBDEBUGGER:GETEXPRVALUE(1247) Cal