I need to transfer a big file from PC to PPC (Pocket PC) but I can't use RAPI.
I need to:
- Convert an .sdf (big) file to a binary format
- Transfer to PPC (through a Web service)
- In PPC convert from binary to .sdf
The problem is that in PPC I got an exception "out of memory" (in big file). With a small file it works excellently.
What can I do? Maybe I can send the file in slices?