running directly from RAM on wince?

Noel J. Bergman noel at devtech.com
Fri May 25 22:42:27 UTC 2001


Craig,

> I made the modifications you suggested. From sqImageFileRead() I get
> "Image file read problem (530870943 out of 4 bytes read)".  But of
> course I can't get remote debugging to work...

Build for Win32, and test on your PC.  These are not WinCE specific APIs.
:-)

When and where do you map the file?  Remember: once you've mapped the file,
it is in memory.  You neither need to nor want to READ from it anymore.  The
code does, however, need to adjust the pointer to skip passed the header at
the start of the file.  Why don't you post your mods?  :-)

Shall we keep this between you, Ohshima-san, Ned and I until we get it
working?  Just so as not to swamp the list.  I don't know if everyone wants
to follow the birthing pains.

	--- Noel





More information about the Squeak-dev mailing list