Log in

View Full Version : PPC-to-PPC (2003) File Transfer


Amelia
02-01-2005, 04:01 PM
I'm using VB.NET to develope my PPC2003 application. It's something like an instant messenger, which allows users to communicate by text and send/receive file.
It's client-server architecture. Server is coded using Java.

1. When using emulator, it takes a long time to load file available for user to choose file (opendialogbox). When using real divice, it was even "hang" and needs soft reset.

2. I have the problem of file transfering. If using emulator, I can transfer memo file from one PPC emulator to another PPC emulator though server. But if I transfer PocketExcel file, it'll corrupt :(

3. -continue with the question above-
If using real device, when I tried to send a file from PPC emulator to real device, nothing happen in real device. It can't receive file!

May I know who got experience in doing this? Can give me some guide to solve this problem?

Need to solve all the problems urgently.

Thanks.

Amelia
02-14-2005, 03:01 AM
My progress is until:

1. Emulator send file to emulator - ok.
2. Real device to Emulator - ok.
3. Emulator to real device - fail. (But I did success once)

Anyone have any idea about this problem?