debugging/running multiple executables in Carbide.c++
| Thu, 2008-04-24 22:02 | |
|
I've wracked my brain long enough.. Does any one know how to run two executables at once in Carbide.c++? Im attempting to run a simple client server app. It's a port from LJ, so in the other code, the process was forked.. Once process ran client, and the other server.. In symbian this is not allowed. I've read a little about running multiple executables from one project workspace, but there is basically no thorough detail in how to do this. If anyone can please explain in detail how to run two executables at the same time in carbide.c++ i would greatly appreciate it. Cheers, OwnerOfTheWorld |
|






Forum posts: 25
I shall rephrase the problem like this: There are two executables, exe1.exe and exe2.exe. How to run these simultaneously?
Steps:
1. Run exe1 from carbide (The emulator pops up).
2. Click on Extras->eshell (The command prompt opens up).
3. Run exe2 ( C:> exe2)
Switch between two processes by pressing the key combination CTRL+ALT+SHIFT+T
Hope this helps.
Regards,
Anirudh