Hello guys,
I've been porting my windows CE game engine to symbian and have a question about program instances.
In windows I'm used to check whether an identical process is running and letting that process run in the foreground, while closing the other. I know something similar can be done in symbian as well (I've seen some games doing it). The problem is that it is very difficult to search for this kind of thing in the manual, so I hope some of you can help me out with this.
Thanks in advance.