The GPF is because the sizeof( DBQUICKSORT ) is 288 in hbdbsort.c but in dbf1.c it is 296!!!
So we have some inconsistency in header file!!! Ron -------------------------------------------------- From: "Ron Pinkas" <[email protected]> Sent: Thursday, March 26, 2009 4:29 AM To: "Miguel Angel Marchuet" <[email protected]> Cc: <[email protected]> Subject: Re: [xHarbour-developers] __dbSort() GPF > Miguel, > > The GPF is there, even if you don't see it. Please see the Borland > CodeGuard Log I sent, it shows the exact source line location of the GPF. > > Ron > > -------------------------------------------------- > From: "Miguel Angel Marchuet" <[email protected]> > Sent: Thursday, March 26, 2009 1:34 AM > To: "Ron Pinkas" <[email protected]> > Cc: <[email protected]> > Subject: Re: [xHarbour-developers] __dbSort() GPF > >> with bcc58 works fine, i don't see any GPF >> >> Ron Pinkas escribió: >>> Miguel, >>> >>> Could you please review the following GPF: >>> >>> //------------------------------------------------------// >>> PROCEDURE Main() >>> dbCreate( 'TestSort', { { 'a', 'C', 1, 0 } } ) >>> CLOSE >>> >>> USE TestSort EXCLUSIVE >>> >>> APPEND BLANK >>> REPLACE a With 'a' >>> >>> APPEND BLANK >>> REPLACE a With 'b' >>> >>> SORT ON a To Sorted >>> RETURN >>> //------------------------------------------------------// >>> >>> Ron >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> xHarbour-developers mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/xharbour-developers >>> >>> __________ Información de ESET NOD32 Antivirus, versión de la base de >>> firmas de virus 3964 (20090326) __________ >>> >>> ESET NOD32 Antivirus ha comprobado este mensaje. >>> >>> http://www.eset.com >>> >>> >>> >>> >> >> > ------------------------------------------------------------------------------ _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

