Windows Mobile 5.0 file read/write
Hi,
I am porting one of my application from Pocket PC 2003 to windows mobile 5.0. Since I want it on botht platforms I am building it using eVC++ 4.0 SP4 with Pocket PC 2003 as the platform.
My app runs perfectly well on Windows Mobile 5.0 except when saving the file I get the error as "WinCE501bException".
I am using fwrite / fopen for file access
Please tell me whether this is issue with windows mobile 5.0
Regards
Anwar
[479 byte] By [
MAnwar] at [2007-12-23]
Applications built with VS2005 are equally capable of running on WM2003 devices. As for the exception - I am not aware of anything that remotely sounds like "WinCE501bException" in the native code. Your application is written in C++, not C#, right?
We have the same problem with an app written in C# that is using the Disconnected Service Agent (part of the Mobile Software Factory), it happens only when the DSA is working and using a Wi-Fi connection. The DSA is using some native APIs to detect the type of connection available.
We are using it with a Dell Axim x51.
Is there anyway to correct this?