Article # 544, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Redirecting stderr for the WinNT-based GEOS SDK tools.
Q. How can I capture the error messages I get when compiling using the WinNT-based GEOS SDK? A. Use the "2>" redirection. For example: pmake 2> errors.txt > out.txt This directs error messages to a file called errors.txt and all other output to a file called out.txt.