OpenC usign KJS, how?

Login to reply to this topic.
Tue, 2007-11-27 12:39
Joined: 2007-10-17
Forum posts: 11

Hi!
I'm developing a console applicattion in S60 3rd edition MR.

I tried an applicattion using only OpenC and it runs correctly in the emulator and in the mobile (N73) (for example: fprintf(stdout,"Hello"); ).

But, when the console application uses OpenC and KJS, this application runs correctly only on the emulator, but when I compile and generate a .sis file for the phone (N73) (I install the application in /sys/bin, (the installation is OK) ) I retrieve a message error when I try to run it (from SysExplorer): "Error: Not supported"
I import from .pkg file:
- pips_s60_wp.sis
- openc_ssl.sis
- openc_glib.sis
- stdioserver.sis

in this order..

what could cause it?


Tue, 2007-11-27 13:48
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: OpenC usign KJS, how?

You could install this plugins to the device before you get started.

AFAIK order is not of much relevance

Tue, 2007-11-27 14:59
Joined: 2007-10-17
Forum posts: 11
Re: OpenC usign KJS, how?

thanks Symbian_Neil, but....

I install the application building with the source code of KJS. Is it correct?
where can I download this plugins?

thanks in advance! Smiling

Tue, 2007-11-27 16:06
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: OpenC usign KJS, how?

the above four sis files that you mentioned are the openC plugins that can be installed to the device.

pls note: I dont know whats KJS so cant vouch for that one Sad

  • Login to reply to this topic.