Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » LocalProcess to read from stderr
Re: LocalProcess to read from stderr [message #37275 is a reply to message #37262] Fri, 14 September 2012 08:54 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3443
Registered: August 2008
Senior Veteran
Hello Mirek

I think in Windows, LocalProcess does not get stdout. I have tried this:

String out = Sys("gcc -c mybadprogram.c");


out is empty. However doing this in the command line:

gcc -c mybadprogram.c 2> errorlog.txt


I get in file errorlog.txt the gcc error message.


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SetEnv()
Next Topic: Xmlize has problem with WithDeepCopy<Array<...
Goto Forum:
  


Current Time: Wed Aug 27 13:22:50 CEST 2025

Total time taken to generate the page: 0.06045 seconds