Allin Cottrell schrieb:
On Thu, 26 Apr 2007, Sven Schreiber wrote:
>>> 7) Is there any way to start gretl with a console window showing error
>>> messages on Windows?
>> Not that I'm aware of; I'll try researching that -- I agree it
>> would be useful.
> Well that could be something where I could actually help -- so maybe
> leave that to me and feel free to remind me in case I forget...
This is completely untested -- but the snapshot I'm putting in
place right now has a new -g or --debug command-line option for
gretlw32.exe. This is intended to send stdout and stderr to a
console window.
Well thanks, but it's not working... After typing "gretlw32.exe -g" (or
--debug) nothing happens. (In contrast to "gretlw32.exe", which starts
gretl alright, so it's not a path issue or something like that.)
However, it may be unnecessary anyway; I read somewhere that stdout and
stderr for any Windows program can be redirected to text files when the
programs are started like this (assuming proper write permissions):
1) stdout:
gretlw32.exe >gretlout.txt
2) stderr:
gretlw32.exe 2>gretlerrout.txt
-sven