View Single Post
Old 08-22-2006, 03:40 PM   #42
enitalp
Constant Bitrate
 
Join Date: Jan 2006
Location: Montreal, QC, CA
Vehicle: 2005/Ford/Mustang GT
Posts: 196
My Photos: ()
There must be a bug somewhere.

0.000 Start cache subdir mp3 <=== this is the findfirst findnext, very simple thing
21.500 End cache subdir mp3

24.360 Start sort mp3 <=== this is the quicksort to sort by alphabetical order & by kind the file i found previously
24.360 End sort mp3

The quicksort takes no time to parse the thousand of file. and it's the heaviest code.

Could you give the the complete path to your mp3 lowest directory.
if the path is more than 255 character then i blow up my stack.

thanks.

Last edited by enitalp : 08-22-2006 at 03:46 PM.
enitalp is offline   Reply With Quote