Hi all!
Somebody wish to help a newbie? I wanna try OPL-coding but can't get it right.
I started of with installing the CodeWarrior SDK from SonyEricsson, then I copied the epoc32 folder from the DevPack over the SDK as said on the OPL Wiki's PCUIQDEV Primer.
Then I load the emulator which starts just fine, but there is no icon called 'Program'.
I then copies the .sis files from the DevPack to the SDK's folder and installs OPX-UIQ-050.sis, OPL-UIQ-050.sis and Texted-UIQ-050.sis in the emulator as said in the DevPack's Readme-file. I then get a Program-icon, but when I click I get the message "Not found" and no editor is opened, nothing happends....
What am I doing wrong?
Hi!
You only have to install the content of the \rel\dev\binaries\pc\epoc32\ folder from UIQ-OPL-DevPack-2004-02-23.zip into the \epoc32\ folder of the SDK installation on the PC. No need to install the *.SIS files on the PC. They are only for real UIQ phones.
When you don't see the Program Icon, ensure that you have selected All in the menu bar (right upper corner).
You also might have a look at OPL Primer for UIQ development on a PC at the OPL Wiki.
HTH Martin
there's a mistake on that site, it says:
Install the UIQ-OPL-DevPack by copying the epoc32 folder from \rel\dev\binaries\pc\ in the UIQ-OPL-DevPack distribution over the epoc32 folder of the UIQ Emulator installation in X:\Symbian\UIQ_21\runtime.
but it's not in the runtime folder that you have to copy it, but just in the X:\Symbian\UIQ_21 folder
now it works for me
I always obtain NOT FOUND when trying to start applications on p800 emulator. Why? STandard applications work fine, only 3rd party apps do not start.
PROGRAM application does not start too, in the p800 emulator, so I tried to copy into the emulator the OPL apps I compiled on my a1000 phone, but they do not run, although I installed the OPL runtime on the p800 emulator.
Quite confusing, I know... 🙄
What I a trying to do is writing an OPL app which runs on p800 emulator, read contacts from my old p800 backup (contacts.cdb), and write them to a file that then I'll use to move contacts to my a1000 uisng another program.
So, two questions: how can I run PROGRAM app on p800 emulator? OR, how can I run OPL applications on p800 emulator?