My application needs to move an object on the dislay in real time. The location of the object comes from another process.
My understanding is that I need to create a child process which receives the location messages via a socket and then passes them to the parent process, ie. auxMainLoop(), via a pipe. But how do I register the file input for the parent process?
Thanks.



