Click to See Complete Forum and Search --> : DeviceToDesktop eVC


carlo_2002
July 9th, 2002, 04:09 AM
Hi,

how can i user DeviceToDesktop and DesktopToDevice function from eVC, i have to transfer some table of database to desktop.

I've searched on msdn but only VB method was found.

Please help me.

Thanks
Carlo

undiwahn
July 10th, 2002, 03:28 PM
I don't know of any high-level equivalent in eVC -- so I can't really help you there.

However, I've been using RAPI from a desktop to copy files to and from my device -- a fair pain in the butt, but that's ultimately the difference between VB and VC++ isn't it.

On the Desktop, you can just use CeReadFile to read from the device, and WriteFile to write to the Desktop.