Hi,
can anybody explain to me how to use the 'reloadEFS()' function?
If I use this function in the following way, then my application crashes and I have to restart it.
...
if (nBarState == BARSTATE_NEWBAR) {
relaodEFS();
}
...
I'm using build 595.
Can anybody give me an EFS example?
Thank you.
Guido
can anybody explain to me how to use the 'reloadEFS()' function?
If I use this function in the following way, then my application crashes and I have to restart it.
...
if (nBarState == BARSTATE_NEWBAR) {
relaodEFS();
}
...
I'm using build 595.
Can anybody give me an EFS example?
Thank you.
Guido
Comment