Transfer a java JAR file to PDA using rapi
Hy,
I tried to use the example at http://nsis.sourceforge.net/Copying_files_to_pda, and reused to transfer a txt file to my PDA using the rapi functions, but when i tried to use a java JAR file the example works no more.
I mention too that the correct call for the rapi write file function is :
System::Call "rapi::CeWriteFile(i r10., t r1, i r2, *i .r3, i 0) i .r11"
The jar file may be considered as an archive of many class files and maybe other types, so that`s the logic that should be used in my application.
Can anyone help me with some piece of code?:)