Author |
Topic |
|
rpizzo
24 Posts |
Posted - 10 Feb 2007 : 23:42:15
|
Hello, I am running a BitsyX with CE 4.1. I have tried building my own adscopy.exe, however my compiler (Embedded VC++ 4.0) gives an odd error "Error executing clarm.exe". I do use this compiler for my own application however with no troubles.
Anyhow, so I took the adscopy.exe in the project release directory in the zip on the forum. I now have adscopy.exe in my \FlashFX Disk\Startup folder, as well as a subdirectory called ADSCopy in \FlashFX Disk\Startup too.
ADSCopy.inf is in the ADSCopy folder. It looks like this: 'KEYBRD01.KMF' '\Program Files' 'MAC00000.KMF' '\Program Files' 'KEYBOARD.KBF' '\Program Files'
No copying takes place after a hard boot, and after booting if I try to run the ADSCopy.exe manually from my BitsyX, I get an error "Cannot find ADSCopy.exe or one of its components.....".
Any ideas why this would be failing? Any help would be greatly appreciated! Thanks in advance... Rich
|
|
ctacke
877 Posts |
Posted - 11 Feb 2007 : 10:25:14
|
I think ADSCopy was built for CE 4.2, not 4.1, so that would explain the run error. Create a new project in eVC targeting your 4.1 SDK, then add in the ADSCopy source file and rebuild. |
|
|
rpizzo
24 Posts |
Posted - 11 Feb 2007 : 21:52:15
|
Thanks for the help, that did the trick!
One more question, if I want my files copied to My Computer, not \Program Files, I tried for example 'KEYBRD01.KMF' '\\' but this resulted in no files being copied. Instead of the '\\' what should the syntax be?
|
|
|
bsamuels
53 Posts |
Posted - 12 Feb 2007 : 17:59:46
|
To copy to the root, it would be: 'Filename' '\\'
It should be one slash, but our server is putting two. |
|
|
|
Topic |
|
|
|