--- "Sean L. Gilley" wrote: > I'm trying to sort a rather large database -- about > 85,000 records. > When I call the sort routine, I get a "Chunk not > locked" message.a
Your use of CALLBACK_PROLOGUE and CALLBACK_EPILOGUE leads me to suspect that you are using an old version of gcc. I don't know anything about gcc (except that I think the prologues are no longer necessary), so I can't say if that is having any effect, but... DmQuickSort() definitely has problems with more than 32K records. See, for example, http://www.escribe.com/computing/pcpqa/m14408.html If that is causing the problem, you could just write your own Quicksort. __________________________________________________ Do You Yahoo!? Buy the perfect holiday gifts at Yahoo! Shopping. http://shopping.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
