For Programmers: Free Programming Magazines  


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


Lao K

2006-03-21, 10:09 pm

See WM5.0 security model
(http://msdn.microsoft.com/mobility/.../wmsecurity.asp).
Palm Treo 700w should be an one-tier-prompt device.

Just click YES to the prompt to see whether your application runs. If
still not, possibly armcc requires a runtime library which is not
loaded to your device.

---
Lao K
Windows Mobile Pocket PC Smartphone Programming Hints and Tips
http://windowsmobilepro.blogspot.com

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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com