flat assembler
Message board for the users of flat assembler.
Index
> Windows > Console output |
Author |
|
Borsuc 29 Aug 2009, 20:18
The errors are usually directed to StdErr, not StdOut.
This is standard Windows and *nix thing. You have to redirect StdErr to that file. Use 2> test.txt to redirect StdErr (2), or 1> for StdOut (1). To do both use 2>&1 test.txt. yeah annoying syntax I agree _________________ Previously known as The_Grey_Beast |
|||
29 Aug 2009, 20:18 |
|
rugxulo 29 Aug 2009, 22:18
Why would you want to redirect error messages? Most people don't want their output mixed with that. Hence it goes to stderr (also so you can still see errors on the screen when redirecting output to text.) If you use FASMW (or FASMD, heh), it will jump to errors for you.
|
|||
29 Aug 2009, 22:18 |
|
spacebuddy 30 Aug 2009, 03:27
FASMW works great
|
|||
30 Aug 2009, 03:27 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.