I know that this question has been asked many times, but i have an opl program and i want to run it on my 7650.
This program contains:
*2 files with .oph extension
*1 with .opl
*1 with .oxh
I usually develop in C++ using Borland, but in that special case i have to deal with opl.
Even if i'm not sure that application (which i have fetched on the net) will run properly, i haven't sucedeed transform these files to a good .sis file in order to send it to my phone by IR.
If someone could tell me how i can i do that....
thanx in advance 😕 😕 😕
First question is, is the OPL app designed for Symbian OS? If it's OPL for Psion, then it won;t run full stop.
The fact you;ve got an OPX there leades me to believe it's an old Psion app, and you'd need to recompile the .opl source code.
Give a link (PM?) and I can have a look for you
Hi,
i get back on my post,
so i'have a new challenge now, i want to make a sis file of the the test application (released with the developer pack) but i cannot find how to do it (translation, creation of a .pkg file....)
So if someone (ewan?) have an idea...
thanx
Tutorial for ER5, but it's never changed...
http://3lib.ukonline.co.uk/makesistut2.htm
thanx ewan, i wonder what should i do without you!!! 😃 😃
i know, i"m a boring guy but i've succedeed making a .sis file after translating tpl into opo (how can i make an .app file?).
as i've read, it's not possible to launch directly an opl application from the apps menu of my n"gage..
i've heard that i must use a wrapper (or launching the file via fexplorer but it was a piece of cake 😃 ) and i've found one on opl-dev.sourceforge.net but i don't understand how to integrate both the wrapper and the program in order to make a real symbian application file.
thanx in advance 😊
hi everybody again!!!
(i've found on sourceforge a wrapper with its sources but i really don't understand how to compile it and include it into a sis file containing already my opl translated files.
I'm running with VC++98/SDK-S60v1.2 and OPLv0.25.
i've got this error after trying to compile:
NMAKE : fatal error U1073: don't know how to make '"\Symbian6.1\Series60\EPOC32\RELEASE\WINS\UDEB\OPLR.LIB"'
Stop.
Thanx !!)
After a couple (hum!) of tries, i've succeeded compiling the wrapper with a test opl app. Wonderful, isn't it?
So now, as i'm ready to code, i'm searching what kind of features, opl includes. I've read that almost all ER5-OPL features can be used, but what about some OPX like Agenda or CSockets?
10x !!
OPX Code is device specific, so although almost all opf 'pure' OPL is translated over, the OPX's need to come over one by one.