"Chris DiPierro" <[EMAIL PROTECTED]> wrote in message news:88856@palm-dev-forum... > > > Okay, so if I wanted to treat them as a block of memory I'd have to read > > them into main memory first? > > Just like any other OS. Basically VFS replaces the 'fopen/fread' (or > CFile::Open/Read for your MFC weenies) portion of your code. How you read it > and what you do with it from there is entirely up to your code.
I understand now. In retrospect, I feel stupid having suggested anything else. That's the only way it *could* work... > > That doesn't seem too bad as long as the JPEGs are relatively small. > > Yeah, especially since it's tough to get a block of memory >64k on the Palm. > But if you're dealing with 160x160 or 320x320 jpgs, you're probably going to > be ok. More like 80x64. I'm safe. :) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
