Re: [Gimp-developer] Console window on Win32



Allin Cottrell writes:
but from time to time just crash without any error messages or
warnings

Fatal errors will cause g_logv() to put up a MessageBox() after
writing the message to stdout or stderr. (I then calls abort().)

Also, it is always possible to redirect stdout and stderr to a file.

(To repeat, as this doesn't seem to be clear to all: On Windows, a
so-called GUI application's stdout and stderr don't go anywhere at
all, you don't see them even if you start the application from a
Command Prompt window. Only if you explicitly redirect them to a pipe
or file are they written anywhere.)

--tml





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]