Hey Troy, We just discovered one issue with the indexing. Evidently MAX_CONV_SIZE = 1024 * 1024 is too big for an int on win32. Therefore, crashes ensue. I'm not sure yet what to change it too. unsigned int still isn't big enough. I'll get back to you as soon as I figure out a real way to solve this. Can we use a long int? Matthew