Hi everyone,
It's possible to use a java function in a Symbian C++ program?
How can I do?
Thanks.
Hi everyone,
It's possible to use a java function in a Symbian C++ program?
How can I do?
Thanks.
No You can't use a Java Function in C++ Program. But if i am not Wrong all the Equivalent APIs are available in Symbian C++ or can be replicated easily.
Ok, and if I have a java and a c++ software on my mobile, can I exchange data between java software and a c++ software?
How? Can I use sokets?
I have to use a java library jade in my program, and I don't know how..
Sorry for my bad english..
You have to use a Local WebService call to access Symbian C++ Functions from Java from but i donot know if it works other way.
hmm...u can do that between a java app and c++ app by talking on local port...u can use push reg for java listening on port ....here's a good article to start with...
how to access native services
...best luck