2005.05.12 22:27 "[Tiff] Array of open TIFFs limited to 2045?", by S Smith

2005.05.12 22:33 "RE: [Tiff] Array of open TIFFs limited to 2045?", by Jason Frank

I'd start with the difference between numfiles (in your malloc) and m_NumFiles (in your for loop.) If m_NumFiles is > than numfiles, you'll probably be disappointed in the results.

Jason