Hi Andres, The bug is not in PROCNAME, but it DEBUG thingies. Remove the lines that try to list paramaters, then you'll be OK.
There are bugs in HB_DBG_VM* function that returns incorrect values which I think should be corrected. -- Andi On Sun, 18 Jan 2009 17:54:29 -0700 Andres Reyes Hernandez <[email protected]> wrote: > Hi All, > > The call to procname() return a wrong value, this cause a gpf in FWH > programs, when some error occurs. > > PROCEDURE Main() > > LOCAL n := 0 > > WHILE !Empty( ProcName( n ) ) > ? ProcName( n) > n++ > END > > RETURN > > //------------// > RESULT : > > MAIN > hb_stackInit > > > Please, Somebody can review and fix the problem, thanks > > regards, > > Andres Reyes ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

