>From: Edith Gross <egrossde@...>
>To: MinGW-users@...
>CC: MinGW-users@...
>Subject: Re: [Mingw-users] libc
>Date: Tue, 22 Apr 2003 02:45:13 +0200
>
>Am Mon, 21 Apr 2003 17:49:50 -0400 hat Greg Chicares
><chicares@...> geschrieben:
>
>>Edith Gross wrote:
>>>
>>>Is libc, the GNU C librarym a part of MinGW?
>>
>>No--see the first item in the FAQ at http://www.mingw.org .
>
>And I read szch a FAQ list...
>
>>>(And if not, is there a way to libc?)
>
>>People have talked about it, but I don't know
>>whether anyone has done it yet. It may be easier
>>to use newlib. What are you trying to accomplish?
>
>I wanted to call glob. I have a file, called x.txt and every time I change
>this file, I copy it before changing it and name the copied file x-
>yyyy.txt, where yyyy is a four digit integer starting from 0001.
>I did this with _findfirst and _findnext with MVC.
>
>--
>E.G.
If you have already ported the software to MSVC then just use _findfirst and
_findnext with MinGW too.
Luke
_________________________________________________________________
MSN Instant Messenger now available on Australian mobile phones. Go to
http://ninemsn.com.au/mobilecentral/hotmail_messenger.asp
|