Hi!
I want to know if is possible to have a program running a number times at the same time (diferent instances of the same program).
multiple processes of the same program.
I have an app or exe application, and I want to start this app from another app many times because every instace is a server.
Is this possible to do?
Ah! another question ! what I have to do when I have an exe proyect and then I have an different proyect (app) and I want to execute the exe proyect on this app proyect. I know I have to use:
_LIT(KMyAppName, "c:\\location"😉;//????
EikDll::StartExeL(KMyAppName);
but how do I know where is place my .exe application!? or what i have to do what I want? my problem is to place .exe on the symbian file system(emulator).
Thank you very much!