Recently reported problems with reading TIFF files on Windows CE have been solved
and explanation of the solution was posted here Windows CE - GDALDatasetRasterIO error
jetelus@centrum.cz wrote:
Finally I solved it! I was hunting that lost memory and I
discovered there is cache system implemented in GDAL :-)
Problem is it's default size - 40 MB - too much for CE.
I set it to 4 MB using GDALSetCacheMax() and all errors are
gone - lol I suck I know :) but it would be nice to add some
note to GDALDatasetRasterIO documentation - something like
there is cache system which memory usage can be controlled.
I can display even 5 MB JPEGs now on CE!