flat assembler
Message board for the users of flat assembler.
Index
> Linux > Error Handling |
Author |
|
vid 12 Apr 2008, 06:59
you need to "redirect STDOUT" to your process from child (FASM) process - try to look up some info on this.
|
|||
12 Apr 2008, 06:59 |
|
aristeiaguy 12 Apr 2008, 14:45
Thanks for the quick reply! I'll look into it and update what I find a bit later.
|
|||
12 Apr 2008, 14:45 |
|
Endre 12 Apr 2008, 18:54
You need to redirect STDOUT, STDERR and maybe STDIN. I suggest that first experience the problem in C. Redirection is simple. Functions (system calls) fork(), pipe(), dup(), close(), execl() are your friends.
Note, after call to dup() you will need to close the original STDOUT, STDERR, STDIN. Not speaking about that if you use pipe you might want to close one of the both directions (read/write) in the parent process and the the other in the child process. |
|||
12 Apr 2008, 18:54 |
|
LocoDelAssembly 13 Apr 2008, 02:20
WHATSNEW.TXT wrote: version 1.67.23 (Sep 08, 2007) |
|||
13 Apr 2008, 02:20 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.