View Single Post
  #7  
Old 08-31-2004, 14:22
zaratustra
 
Posts: n/a
Quote:
Originally Posted by ricnar456
Is not possible detach a process without close the program in win 2000.
PPM use DebugActiveProcessStop and this api was made for XP, don't work in w2000.

Ricardo Narvaja


Hi Ricardo,
Probably someone has already told it..you are great.
I have a question on arma too: i'm thinking to avoid the problem of detaching
as follows:
using code ignition we could create another process from the parent.
every time we need to copy the 1k bytes on the son we also copy it in our new process. the advantage should be that the new process doesn't need to be detached. What do you think about it? What problems are there i can't see? Am I dreaming?
Reply With Quote