debugging/running multiple executables in Carbide.c++

Login to reply to this topic.
Thu, 2008-04-24 22:02
Joined: 2008-04-10
Forum posts: 4

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 attempted to use posix_spwan, but that fails, as it seems to debug as two asynchronous executables.

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,
Mike


OwnerOfTheWorld


Fri, 2008-04-25 10:02
Joined: 2007-09-03
Forum posts: 25
Re: debugging/running multiple executables in Carbide.c++

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

  • Login to reply to this topic.