This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: windows consoles


--- Laszlo Vecsey <master@internexus.net> wrote:
> Is it possible to make a windows executable that can optionally output to
> a console at runtime?
> 
> Normally when I compile with -mwindows, I can't printf to the console, and
> windows returns me to the prompt when I run the program. I found that if I
> include -luser32 and -lgd32 manually, and leave -mwindows out, I can still
> use WinMain and do graphics, and still have the console!
> 
> The problem with that is its all done at compile time, and I would need
> two different binaries to get the different behaviors. What I'd like to do
> now is compile just one binary and be able to determine at runtime
> (through a commandline option) if windows should return me to the prompt
> (no console), or stick around and let me write to stdout. Can this be
> done?

Isn't there a CreateConsole() function?

=====
Earnie Boyd <mailto:earnie_boyd@yahoo.com>

Newbies, please visit
<http://www.freeyellow.com/members5/gw32/index.html>

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]