Re: Same code, same script, different results

2004-09-23 Thread Brian Dessent
Mikael Åsberg wrote: > Anyway, it's working as expected now. But to tell the truth I don't know > exactly what the problem was. I tinkered some with the script, did a make > clean ; make (again), and, voila, it works. I'm glad that it works, but it's > a bit annoying not understanding what the pro

Re: Same code, same script, different results

2004-09-23 Thread Andrew DeFaria
Mikael Åsberg wrote: Lol, you're right, Igor, that test case was far from minimal. Should've cut it down, of course. On the other hand, I often see people cutting away what they think is unrelated code or whatnot, when, in fact, they are cutting away the cause of their problems when posting que

RE: Same code, same script, different results

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dave Korn > Sent: 23 September 2004 17:24 > > -Original Message- > > From: cygwin-owner On Behalf Of Mikael Åsberg > > Sent: 23 September 2004 17:19 > > PS. I remember once having the cygwin mailing list in "usenet > > style

RE: Same code, same script, different results

2004-09-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Mikael Åsberg > Sent: 23 September 2004 17:19 > PS. I remember once having the cygwin mailing list in "usenet > style format" > in outlook express, but I can't for the life of me remember > what I did. > Anyone knows what I'm talk

Re: Same code, same script, different results

2004-09-23 Thread Mikael Åsberg
On Thu, 23 Sep 2004, Mikael Åsberg wrote: Hello, I am using the latest Cygwin with all packages updated (running Windows XP Professional SP2) and I'm having a problem with a simple C++ program that uses the Win32 API to scan a directory (recursively or non-recursively, depending on user input). The

Re: Same code, same script, different results

2004-09-23 Thread Igor Pechtchanski
On Thu, 23 Sep 2004, Mikael Åsberg wrote: > Hello, I am using the latest Cygwin with all packages updated (running > Windows XP Professional SP2) and I'm having a problem with a simple C++ > program that uses the Win32 API to scan a directory (recursively or > non-recursively, depending on user in

Same code, same script, different results

2004-09-23 Thread Mikael Åsberg
Hello, I am using the latest Cygwin with all packages updated (running Windows XP Professional SP2) and I'm having a problem with a simple C++ program that uses the Win32 API to scan a directory (recursively or non-recursively, depending on user input). The code is as follows: #include #includ