hi @all,
i have got a question. i have installed the nokia 92xx emulator
and i followed the steps in the readme file for developping in opl.
then i tried out a simple "hello world" app.
proc test:
gat 10,10
gprint "hello world"
get
endp
i can translate the app but when i start it, i get an error called...
application closed
aplication opl
reason code cone
reason number 30
can anyone tell me why? i have installed the emulator
under win2000?
regards and thanks,
alex
That panic is ECoePanicViewNotFound. Have you installed the CONE patch supplied in the DevKit ZIP file? I've not seen this error before, but the patch related to a ViewServer defect, so maybe this will help.
Also, make sure you have the latest Developer Pack (0.30 from www.symbian.com/developer/) and the latest 9210 SDK (v1.2 from Forum Nokia)
Phil
Hi I would suggest you try with the Event-core app of Ewan.
but if you don't want to use it try giprint isntead of gprint.
I think (at least it's better) that you need to create your gwindows first (use gcreate) before you can print to it.
(1) My Event Core is a basic sructure that takes care of all the intricate stuff for reading events, leaving you just to plug in relevant procedures. It's at FreEPOC.
(2) WHen you start an OPL app, you get a Default Window which is the same width and height as the screen methinks.
(3) There is no number three.
(4) giPRINT is the nice text box that pops up and issappears in a few seconds such as (updating file system).