Redirect IO in win32 GUI application to console

2004-05-06 Thread Arek Baranowski
Hi folks, I need a win32 GUI application with standard IO access to a console. I found at the web a solution (see source at end of this mail) which works fine with windows console (winXP) but crashes when used with the cygwin console. In detail it's the line . . . *stdout = *fp; . . .

Re: make

2002-05-02 Thread Arek \(James Potts\)
Did you install gcc and make when you installed Cygwin? They're no longer installed by default, you have to tell the installer you want them. James Potts ([EMAIL PROTECTED]) - Original Message - From: "Tim Orr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 02, 2002 10:

Re: CDROM Access very slow under Windows XP: Oops - my bad.

2002-04-02 Thread Arek \(James Potts\)
rom the command line and/or bash. James Potts ([EMAIL PROTECTED]) - Original Message - From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> To: "Arek (James Potts)" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 9:46 AM

CDROM Access very slow under Windows XP

2002-04-01 Thread Arek \(James Potts\)
Hi. I just installed Cygwin on my Windows XP box and CDROM access seems to be locked at ~1X for some reason. Any ideas as to what might be causing this? Thanks in advance. James Potts ([EMAIL PROTECTED]) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Why not a news server?

2002-02-05 Thread James Potts \(Arek\)
> I'd suggest that you gateway the cygwin mailing list into news, and > vice versa. That would probably be optimum. Great idea, but it has to be done right - you can't just forward a raw news message to the mailing list. Some news/e-mail clients (Outlook Express, for example) will try to open i

Re: Problems upgrading from 2.95.3-5 to 3.X on cygwin

2002-02-02 Thread Arek
Okay, On a whim, I decided to upgrade to GCC 3.0.3 on my box. Following David Billinghurst's instructions, everything went fine until 'make install', where it failed with the following error: make[1]: Entering directory `/home/james/gcc-build/fastjar' make[2]: Entering directory `/home/james/gcc

Re: Can't create new file/directory

2002-01-31 Thread Arek
> At 03:30 PM 1/31/2002, Arek wrote: > >AFAIK, Cygwin doesn't use NT user permissions. > > Exactly what is the basis for this statement? Have you read the user's > guide? The 'ntsec' option of the CYGWIN environment variable does a > real nice job of ma

Re: Can't create new file/directory

2002-01-31 Thread Arek
Looks like the cygwin permissions are user: everything, anybody else: nothing. AFAIK, Cygwin doesn't use NT user permissions. You'll need to do 'chmod a+rwx' on the directory as the user who created it (Everybody). Unfortunately, you probably don't have an 'Everybody' user. You should probably

Re: Can't create new file/directory

2002-01-31 Thread Arek
Hrm...What's the output of 'ls -ld '? James Potts ([EMAIL PROTECTED]) - Original Message - From: "Derek M. Tournear" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002 12:01 PM Subject: Can't create new file/directory > Hello all, > > I recently re-installed

Install problems

2002-01-30 Thread Arek
I just installed cygwin today (after a long while of not having it installed...) and when I started up bash I discovered that $HOME wasn't being set correctly! After looking through the faq, I thought this might be related to me having a windows login name with a space in it, so I edited /etc/pro