flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
vid
you need to "redirect STDOUT" to your process from child (FASM) process - try to look up some info on this.
|
|||
![]() |
|
aristeiaguy
Thanks for the quick reply! I'll look into it and update what I find a bit later.
|
|||
![]() |
|
Endre
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. |
|||
![]() |
|
LocoDelAssembly
WHATSNEW.TXT wrote: version 1.67.23 (Sep 08, 2007) |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.