Home > Archive > Smartphone Developer Forum > March 2006 > armcc - Windows Mobile 5
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
armcc - Windows Mobile 5
|
|
| Shyam Rajagopalan 2006-03-21, 7:58 am |
| Hi,
I have written a sample .c program (hello world), compiled using
armcc/armlink to generate sample.exe. I have tested it using armsd and it
works fine. Is it possible to run this executable on Treo 700w (running
Windows Mobile 5)? When i try doing it, getting an error saying "the file is
not signed or one of its components cannot be found".
Any inputs?
Regards
Shyam
| |
|
|
| Scott Lacy Salley 2006-03-23, 4:13 am |
| In article <ewnXacNTGHA.4900@TK2MSFTNGP09.phx.gbl>, Shyam Rajagopalan wrote:
> Hi,
>
> I have written a sample .c program (hello world), compiled using
> armcc/armlink to generate sample.exe. I have tested it using armsd and it
> works fine. Is it possible to run this executable on Treo 700w (running
> Windows Mobile 5)? When i try doing it, getting an error saying "the file is
> not signed or one of its components cannot be found".
You often get this message when a dll can't be found. I've seen it a lot when
copying a debug EXE to the device and forgetting to copy debug dll's to the
device (the device only has release DLLs installed).
I've often wish that error message was a bit more informative.
--
Scott Lacy Salley <scottlacysalley@comcast.net>
formerly Scott Lacy Smith
|
|
|
|
|