|
From: Robert C. <rob...@it...> - 2001-11-13 23:47:07
|
> -----Original Message----- > From: Craig Barkhouse [mailto:cr...@wa...] >=20 > By default, a newly created process inherits the same console=20 ... > startup code based on the /SUBSYSTEM: option you pass it, or=20 > based on a default set of rules (main()? console; WinMain()?=20 > GUI). This being the case, if the compiler allows you to=20 > write this code yourself (I *think* VC++ 6.0 does, but I'm=20 > not 100% sure and I can't find the option right now), you=20 > could in theory create an app that ran as a GUI app when=20 > launched from a GUI app, but ran as a console app when=20 > launched from a console app. Thank you Craig!. I'll go have a look at the win32 gcc prolog code and see what I can see. Rob ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |