Read-only archive of the All About Symbian forum (2001–2013) · About this archive

HOW DI I: Starting other 9210 programs with an OPL program

6 replies · 3,255 views · Started 20 October 2002

Hi!

Do you have any clue, how I can start other 9210-applications
with an OPL-program ? (maybe I need the SYSTEM.OPX or somewhat ?).

Kindest Regards for any help,

Luzie

Hi!

Thanks for your help / link! I�ll try it and post my results here.

btw. Just updated / corrected your link:

http://www.allaboutsymbian.com/phpBB2/viewtopic.php?t=2062

Regards,

Luzie2

Hi!

OK, the clue is to use SyRunApp instead of the old RunApp-command
from ER5-OPL.

The Syntax-Changes from ER5 to ER6 (9210) can be found
the easiest way, if you search for the commands in the
desired .OPH-File.

Regards,

Luzie

Yes. I can run programs well with the above,
event the XTM-DOS/PC-Emulator for the 9210.

But if I add my OPL-START-XTM-Program-link (.OPO)
to my Workplace and run it from there instead from
the File Manager -> XTM failes to start with an error
reading "XTM Hard Error - Cannot run Emulator - not enough memory".
If I run my programfrom the OPL-Editor TextED or from the File Manager
XTM starts most of the time without this error.

Seems to be a timing problem with my OPL-commandline

return&=SyRunApp&😞"xtm.app", "", "", 2)

Luzie