I have a few things that I need done on my S60.
1) Where is the entry point of the application? The "Handle" function? Inside the AppUI, Container, Document or Application Class? I need the point where I can begin calling functions and using variables after everything has been initialized.
2) Using the Command Line API's at this entry point, do I need to parse the argument string myself?
3) I'm assuming that the Command Line API's work if an application is not running. Is it possible to pass arguments to a running application? How can I communicate to a running application?
Thanks in advance.

Reply With Quote


