G
Guest
Hi, I have to develop an application on WinCE with VS.net 2003.
My application will have to manage file (i.e. my data are saved on file and
when I open a file I would like to read them and work with them; when I exit
from the application I have to save the modification again to file).
My question is: I have to read the data from the file and put them to memory
and, at the end, I have to save the data from memory to file ? Or, because
the file are not saved on disk but on memory itself, I can simply open the
file and read and write directly to file ?
In other words it is necessary, for speed reasons, move the data from the
file to memory or not ? The access speed on file is the same access speed on
memory ?
Do you have any link to documentation, articles, ..., that explain memory
and file management on WinCE ?
Thank you in advance.
Keven Corazza
My application will have to manage file (i.e. my data are saved on file and
when I open a file I would like to read them and work with them; when I exit
from the application I have to save the modification again to file).
My question is: I have to read the data from the file and put them to memory
and, at the end, I have to save the data from memory to file ? Or, because
the file are not saved on disk but on memory itself, I can simply open the
file and read and write directly to file ?
In other words it is necessary, for speed reasons, move the data from the
file to memory or not ? The access speed on file is the same access speed on
memory ?
Do you have any link to documentation, articles, ..., that explain memory
and file management on WinCE ?
Thank you in advance.
Keven Corazza