To date, I assumed Windows CE was writing everything on the disk and I did not end up with a broken FAT16 When I removed the USB stick today, I proved to be wrong.
I use a USB stick to test things on a WinCE 5.0 device. I do not write anything from the app or do not stick to the wince. I just execute my app, and my app reads its settings and images from the stick today, this command of operation broke my stick file system (and I have to fix it).
Can I tell WinCE 5.0 to unmount the stick before removing it? It sees this as a "hard drive", and there is nothing near the tap-and-hold menu on the lines of "safely remove drives".
I am happy with both the code for this operation and there are some moves that I have not yet found in Windows CE. Thank you.
You can possibly disable paging and disable caching for the store. Performance, of course, is going to suffer.
Comments
Post a Comment