From: Joerg Hansmann (info_at_jhansmann.de)
Date: 2002-02-21 15:10:03
Hi Jim,
> ----- Original Message -----
> From: Jim Peters <jim_at_uazu.net>
> To: <buildcheapeeg_at_yahoogroups.com>
> Sent: Tuesday, February 19, 2002 8:15 PM
> Subject: Re: [buildcheapeeg] Re: BWView
>
>
> ...
> > There is one final problem with the Windows version -- it doesn't
> > display any text on the console, so you can't see the usage
> > information, and nor can you see the error message if you make a
> > mistake with the command-line. I don't know what I've done wrong
> > here.
>
> It is no bug .. it is a feature of SDL under Windows ;-)
On the sdl_at_libsdl.org mailing list I found this info:
"
----- Original Message -----
From: <nwagenaar_at_digitaldynamics.nl>
To: <sdl_at_libsdl.org>
Sent: Saturday, February 16, 2002 4:50 PM
Subject: RE: [SDL] SDL 1.2.3 and cygwin under win98
...
When I want to compile a WIN32 version of my SDL program and I want
to use console output (which standard is not done but put in the
stdout.txt and stderr.txt files) I use the following in my Makefile:
LIBS = -Dmain=SDL_main -L/lib/mingw -lcygwin -lSDLmain -lSDL -lwinmm
-lmsvcrt -lcrtdll
If I want to use stdout.txt and stderr.txt I use the following :
LIBS = -L/lib/mingw `/usr/local/bin/sdl-config --libs` -lcrtdll
...
"
HTH
Regards,
Joerg
This archive was generated by hypermail 2.1.4 : 2002-07-27 12:28:38 BST