|
From: Robert C. <rob...@it...> - 2001-11-13 01:43:01
|
> -----Original Message----- > From: Craig Barkhouse > To: ros...@re... > Sent: 11/12/01 1:40 PM > Subject: [ros-kernel] Re: Bug Report - VIM for Win32 > > There is no fundamental difference between a console app and a GUI app. > The difference is mainly what the compiler inserts into your program as > startup code. Once running, both types of apps have FULL access to the > Win32 API. A console app can suddenly open up windows and dialog boxes; > a GUI app can suddenly launch a console session. You get the idea. I thought a GUI app was _not_ passed the console handle when it's started from cmd.exe (or an equivalent). Thats more than a compiler difference IMO. If however, this is a compiler issue, please please please let me know what call is in the prolog to get attach to the console - the only AttachConsole call I know of is in XP, and the behaviour of not getting the console handle has existed since win95. Rob ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |