No announcements
Found 3446901 threads
-
2 Votes
Are stdin, stdout, and stderr constants?
In the C99 standard, it says that stdin, stdout, and stderr are expressions of type ‘‘pointer to FILE’’, which hasn't to be constant ...Answered | 3 Replies | 926 Views | Created by Norm Bullen - Monday, July 24, 2017 11:35 PM | Last reply by Norm Bullen - Wednesday, July 26, 2017 4:48 PM -
2 Votes
Standard streams (stdin, stdout, stderr)
When run from a command window, it does receive from stdin, but does not write to stdout.Answered | 2 Replies | 7021 Views | Created by Tony Wallace - Sunday, September 14, 2008 10:07 PM | Last reply by Tony Wallace - Monday, September 15, 2008 11:18 PM -
2 Votes
Use SetStdHandle to redirect stdout and stderr
In using SetStdHandle to achieve this I am getting odd behavior.Answered | 1 Replies | 2047 Views | Created by diltsman - Thursday, April 21, 2016 8:55 PM | Last reply by Igor Tandetnik - Thursday, April 21, 2016 9:45 PM -
1 Votes
C# How to catch stdout when p-invoking to unmanaged DLL, as Visual Studio already does in the output window?
To solve this, I briefly redirected StdErr to a dummy StringWriter sink, then reset the normal StdOut stream like this: ...Answered | 10 Replies | 10017 Views | Created by mark_555 - Wednesday, May 9, 2012 7:40 PM | Last reply by Kirtlander - Tuesday, July 23, 2013 1:54 PM -
0 Votes
read self stdout /stderr from same process
You can try using the console redirection methods - Console.SetOut() and Console.SetError() However, this isn't 100% reliable.Answered | 1 Replies | 3795 Views | Created by cschang - Thursday, May 7, 2009 3:39 PM | Last reply by Reed Copsey, Jr - Thursday, May 7, 2009 4:26 PM -
0 Votes
Redirection of STDOUT and STDERR from a DLL...
For Windows API, see Redirection in my web site.Answered | 9 Replies | 18269 Views | Created by SoftwareGerbil - Monday, November 6, 2006 8:26 PM | Last reply by Simple Samples - Sunday, April 11, 2010 2:30 AM -
2 Votes
Redirecting output from plink
So just redirect stdin, stdout and stderr and then read from stdout and stderr (!)Answered | 12 Replies | 31274 Views | Created by jmanier - Tuesday, April 14, 2009 4:21 PM | Last reply by jjroman.567 - Wednesday, February 4, 2015 11:16 AM -
2 Votes
Configuring IIS STDERR log
Forums Home > Internet Technologies (Partner) Forums > Internet Information Server) forum located here: ...Answered | 2 Replies | 9058 Views | Created by akgreen - Wednesday, June 23, 2010 4:29 PM | Last reply by Sheng Jiang 蒋晟 - Friday, September 3, 2010 11:47 PM -
0 Votes
Is there a way to Redirect STDOUT/STDERR during AppDomain.ExecuteAssembly like Process.Start's redirection streams
I think I am understanding what you are saying though as far as redirection is concerned.Unanswered | 6 Replies | 6232 Views | Created by Ty Y - Tuesday, September 12, 2006 10:55 PM | Last reply by davidwt - Thursday, September 21, 2006 1:40 PM -
0 Votes
redirecting stdin/stdout/stderr for windows console
Is there a way to redirect the stdout of a child process to a socket in the parent process?Unanswered | 6 Replies | 16190 Views | Created by john smith - Tuesday, May 31, 2005 6:43 AM | Last reply by stardust496 - Saturday, February 2, 2008 7:36 AM -
2 Votes
How to redirect output when running shell for bat files?
Since this isn't necessarily a console app you cannot redirect the input/output but you can use it on just about anything.Answered | 2 Replies | 9184 Views | Created by siegfried_ - Thursday, August 21, 2014 5:41 PM | Last reply by Noodles LV - Friday, August 22, 2014 1:30 AM -
0 Votes
capturing stdout from debugged app
Hi Ryan, I used IVsDebugger3 interface to create a process without window and redirect its output as you suggested.Answered | 3 Replies | 3073 Views | Created by Nick Hynes - Thursday, August 18, 2011 6:51 AM | Last reply by v-yazuha - Wednesday, October 2, 2013 9:40 AM -
0 Votes
CreateProcess: Capture STDERR but not STDOUT
Hi, I'm trying to launch a console application (with it's own console window) using CreateProcess().Unanswered | 0 Replies | 6888 Views | Created by Anonymous3454 - Thursday, September 18, 2008 4:05 PM -
0 Votes
How to redirect stdout and stderr of a process to the same string/file?
Currently I'm trying to spawn a process and redirect its stdout and stderr to the same string or file.Answered | 1 Replies | 4685 Views | Created by nyam - Sunday, February 8, 2009 10:00 AM | Last reply by nobugz - Sunday, February 8, 2009 2:54 PM -
0 Votes
Errors - Azure Storm using Event Hub
2015-07-17 12:55:16 m.s.p.TaskHost [INFO] Received C# stdout/stderr: Exeption in SCPHost: System.ArgumentNullException: Value cannot be null.Answered | 3 Replies | 1254 Views | Created by JMF5 - Tuesday, August 4, 2015 4:08 PM | Last reply by Ravi Tandon MSFT - Monday, August 24, 2015 6:41 PM -
1 Votes
how to run command tee against a console created on the fly
Hi Jonathan, I have modified your code a little and make it work in a class for both stderr and stdout.Answered | 16 Replies | 1159 Views | Created by jdyng77 - Wednesday, November 2, 2016 10:02 PM | Last reply by Jonathan Gilbert - Monday, November 14, 2016 9:18 PM -
0 Votes
where is IISExpress stdout/stderr?
The first two dump a lot of info to the stdout/stderr which, when things go wrong, very helpful.Answered | 3 Replies | 493 Views | Created by Anonymous - Tuesday, March 16, 2021 6:09 PM | Last reply by Anonymous - Thursday, March 18, 2021 3:00 AM -
0 Votes
Logging stdout and stderr to log file
Write-Host can't be redirected.Discussion | 2 Replies | 649 Views | Created by JimCool - Friday, March 31, 2017 3:47 PM | Last reply by jrv - Friday, March 31, 2017 5:56 PM -
0 Votes
How to use C# to handle print messages which are dumped by one C++ DLL's callback function?
In order to get this to work, you need to P/Invoke SetStdHandle.Answered | 4 Replies | 2856 Views | Created by summy00 - Wednesday, January 13, 2010 9:23 AM | Last reply by summy00 - Friday, January 15, 2010 7:10 AM -
0 Votes
Process class stdout and stderr duplicating
What MSDN article did you use?Unanswered | 3 Replies | 7611 Views | Created by Minherz - Monday, October 24, 2005 8:48 AM | Last reply by amnuwan - Tuesday, January 5, 2010 4:47 PM - Items 1 to 20 of 3446901 Next ›
No announcements