How to run gui app:s

Login to reply to this topic.
Fri, 2005-02-11 22:14
Joined: 2004-12-10
Forum posts: 22
Hi!

I have a question regarding building and running graphical applications. I have successfully compiled the application and then launch the emulator. The application icon is visible in the emulator but when I'm trying to run it the message is "not found". I have used an experimental UID as suggested in "Symbian C++ for mobile phones". Do I have to order "real" UID:s to launch the application or is it possible to check for other errors?

Grateful for any responses!

Lennart

Wed, 2005-02-16 11:58
Joined: 2005-01-13
Forum posts: 31
How to run gui app:s
Tjena Lennart
It hats nothing to do with UID (2:nd and 3:rd) that is for you to choose and it will work ont the emulator and the device, but if you distribute it you have to register it to avoid using somebody elses UID.
the 1:st UID is used to define the type (APP,EXE, MDL). Look int you SDK or use an example. Good start is HelloWorldGUI.

In CodeWarrior you can choos WINSCW UDEB (debug) and press F5 and you're app will be compiled and then run on the emulator.

Wed, 2005-02-16 11:59
Joined: 2005-02-16
Forum posts: 22
How to run gui app:s
Typically, "Not Found" means that the framework cannot find your resource (.rsc) file.

In \system\apps\yourappname you should see a yourappname.rsc ..
Wed, 2005-02-16 13:11
Joined: 2004-12-10
Forum posts: 22
How to run gui app:s
Hi!

Thank's for your reply. But I do have a  both .app file and .rsc file in \system\apps\myapp. Still this boring message "not found". Grateful for any other tips.

/Lennart
Wed, 2005-02-16 15:06
Joined: 2005-02-03
Forum posts: 24
How to run gui app:s
it can also be because one of the dlls is missing.For example: using a
library on an .mmp file whose corresponding .dll is not on the device(that
happened to me).Another problem could be non matching UID's in the.mmp and in the application sources.
Wed, 2005-02-16 15:41
Joined: 2004-11-20
Forum posts: 67
Re: How to run gui app:s
Quote from: lennarteng@telia.com
Hi!

Thank's for your reply. But I do have a  both .app file and .rsc file in \system\apps\myapp. Still this boring message "not found". Grateful for any other tips.

/Lennart

have u tried to build in ARMI and change the paths in PKG files to that?

abld build armi urel
 by running this, suitable files will be created iin UREL path, use them...
  • Login to reply to this topic.