Matthew Talbert <ransom1982 at gmail.com> writes: > We just discovered one issue with the indexing. Evidently > MAX_CONV_SIZE = 1024 * 1024 is too big for an int on win32. 1024*1024 = 1048576. That's only 20 bits' worth.