Hi,
How to make simple internet file transfer procedure with FWPPC and/or other libraries ?
I found datareel_ce library but my knowledge about C++ is very small...
Best regards, Pawel
Hi,
How to make simple internet file transfer procedure with FWPPC and/or other libraries ?
I found datareel_ce library but my knowledge about C++ is very small...
Best regards, Pawel
Pawel,
If it is on an intranet, you may try a simple COPY FILE <filename> TO \machine\<filename>.
Antonio,
I would write own socket mini server and client where PocketPc transfer file. Apps on the server side process this file.
Pawel
Pawel,
Most recent FWPPC has sockets support though still we need to do some tests with it.
Pawel
I have made some application on PocketPC using embeded VC with connection on socket v.2.0 to socket server. I can send BMP file to PPC , display it on screen, i can get some data and sent it to socket server. I start program this device prior FWPPC and it is realy hard to understand how my program works . I think FWPPC will simplify my work but I'm waiting for stable version with full socket support.
regards Eugeniusz