Ethereal-dev: Re: [ethereal-dev] UI Updates

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 2 May 2000 14:29:19 -0700 (PDT)
> 2.  Display a console window for usage and version info on Win32.

Another possibility might be to pop up a dialog box for those errors; I
have a patch to do that, although:

	on UNIX/X, one might want to do that only if the standard output
	isn't a terminal, or if you're not running from a
	terminal/terminal emulator, or something such as that;

	on Win32, one might want to do that only if the program is built
	with "/subsystem:windows" rather than "/subsystem:console" (i.e,
	if "WinMain()" was called).