Need help with Momentics PE

Hi, I am not familiar with the way IDE works. Can anyone give me some help?
I have my host on XP and target Neutrino.

  1. How can I setup the IDE so that everytime I build the project, it
    automatically sends the built results (dll, executable files, so, etc.)
    into the target machine? Right now I have to ftp the results everytime I
    rebuild it, which is troublesome and errorneous.
  2. I have one main application which spawns several other child processes.
    In QNX 4, I could spawn and hold the child so that I can debug into the
    child process before it starts executing the first statement in its main().
    How can I do this in Neutrino?

Thanks in advance.

“Johannes” <Jsukamtoh@infolink.co.id> wrote in message
news:bcujn4$9u1$1@inn.qnx.com

Hi, I am not familiar with the way IDE works. Can anyone give me some
help?
I have my host on XP and target Neutrino.

  1. How can I setup the IDE so that everytime I build the project, it
    automatically sends the built results (dll, executable files, so, etc.)
    into the target machine? Right now I have to ftp the results everytime I
    rebuild it, which is troublesome and errorneous.

You can find the answer to your question in this news group in topic
“Downloading file to the specific folder on the target”.

  1. I have one main application which spawns several other child processes.
    In QNX 4, I could spawn and hold the child so that I can debug into the
    child process before it starts executing the first statement in its
    main().
    How can I do this in Neutrino?

Thanks in advance.

You can also start process in hold mode (SPAWN_HOLD flag) and then attach
debugger to it from the IDE or from the command line.