Why the program can run in emulator but cannot run on real mobile phone

Login to reply to this topic.
Tue, 2006-02-21 05:02
Joined: 2006-02-08
Forum posts: 14
Hi all,
I am meeting a big problem now.
I created a test program to use a test lib which I created for testing only.
However, my application can run on the emulator but when I run it on the real phone, the program will quit immediately.

So, I want ask anyone know how to solve it?

Thanks a lot

Tue, 2006-02-21 05:36
Joined: 2005-07-06
Forum posts: 53
Re: Why the program can run in emulator but cannot run on real m
u have to move ur dll to phone.
Tue, 2006-02-21 06:46
Joined: 2006-02-08
Forum posts: 14
Re: Why the program can run in emulator but cannot run on real m
Sorry, I don't know how to move the dll or lib to mobile phone, so, can u teach me?
thanks
Tue, 2006-02-21 07:02
Joined: 2005-07-06
Forum posts: 53
Re: Why the program can run in emulator but cannot run on real m
add lines in package file

"\..\..\..\Epoc32\Release\armi\urel\test.dll" -"!:\system\apps\testdllapp\test.dll"
  • Login to reply to this topic.