|
From: Allin C. <cot...@wf...> - 2008-05-28 15:26:39
|
On Wed, 28 May 2008, Tim Hoffmann wrote: > I am calling wgnuplot from an external program. Since there is no error > stream attached one cannot receive error messages. The exit code just > indicates that there is an error but not which. Therefore it would help, > if there was an option to write errors to a file, e.g.: > > wgnuplot -log error.log What happens if you do wgnuplot 2>error.log That's supposed to work for win32 console programs at least. Allin Cottrell |