Problems using rapi to send files to desktop

sunnyboyj

Member
I am using Rapi to send a file from my device to my desktop.
I added Rapidesktop and openNETCFdekstop dll's.
Om my device I get a errormessage:
Can not find PInvoke-DLL rapi.dll
What am I doing wrong?
Jorrit.
 

sunnyboyj

Member
Forgot to say: the program line is:
If rapi.DeviceFileExists("LGXVRDMU.csv") = true Then
rapi.copyfilefromdevice1("LGXVRDMU.csv","C:\downloads\")

End If
 

sunnyboyj

Member
Ok, but how do I send the file from the device to my computer. Do I make a program in basic4ppc for my desktop and start up the file from the desktop?
 
Top