Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "BB" Subject: Re: Bug in GUI App WinMain Arguements Date: Mon, 7 Apr 2003 14:42:08 -0500 Lines: 27 Message-ID: References: <20030404185413 DOT GA12006 AT redhat DOT com> Reply-To: "BB" X-Complaints-To: usenet AT main DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 It is. I think you might have already written it. (From "winsup/mingw/main.c" - '$Author: cgf $') "winsup/cygwin/lib/libcmain.c" doesn't check for a quoted first argument in the GetCommandLineA() result. "winsup/mingw/main.c" has a better implementation of main(). BB "Christopher Faylor" wrote in message news:20030404185413 DOT GA12006 AT redhat DOT com... > On Fri, Apr 04, 2003 at 12:08:46PM -0600, BB wrote: > >I added a call to GetCommadLine() to see what it returns. It correctly > >quotes the directory with spaces in it, so the caller of WinMain() should > >easily be able to handle it. Win95 does too. > > Sounds like a really simple patch then. Looking forward to it. > > cgf > -- > Please use the resources at cygwin.com rather than sending personal email. > Special for spam email harvesters: send email to aaaspam AT sourceware DOT org > and be permanently blocked from mailing lists at sources.redhat.com > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/