Re: [Cegcc-devel] functions that are declared but not defined

2008-10-06 Thread Vincent Torri
On Mon, 6 Oct 2008, Pedro Alves wrote: > On Monday 06 October 2008 07:03:01, Vincent Torri wrote: >> >> I wanted to use _mktemp, _locking, _get_osfhandle and SetHandleInformation >> with mingw32ce >> >> they are all declared: >> >> _mktemp, _locking and _get_osfhandle are in io.h >> SetHandleInf

Re: [Cegcc-devel] functions that are declared but not defined

2008-10-06 Thread Pedro Alves
On Monday 06 October 2008 07:03:01, Vincent Torri wrote: > > I wanted to use _mktemp, _locking, _get_osfhandle and SetHandleInformation > with mingw32ce > > they are all declared: > > _mktemp, _locking and _get_osfhandle are in io.h > SetHandleInformation is in winbase.h > > but they are not d

Re: [Cegcc-devel] functions that are declared but not defined

2008-10-06 Thread Vincent Torri
On Mon, 6 Oct 2008, Vincent R. wrote: > On Mon, 6 Oct 2008 08:03:01 +0200 (CEST), Vincent Torri > <[EMAIL PROTECTED]> wrote: >> Hey, >> >> I wanted to use _mktemp, _locking, _get_osfhandle and > SetHandleInformation >> with mingw32ce >> >> they are all declared: >> >> _mktemp, _locking and _get_

Re: [Cegcc-devel] functions that are declared but not defined

2008-10-06 Thread Pedro Alves
On Monday 06 October 2008 08:57:59, Vincent R. wrote: > _get_osfhandle : I wrote an article about this topic : > http://www.smartmobili.com/index.php?option=com_content&task=view&id=20&Itemid=42 > Basically I show how to retrieve the underlying file handle (HANDLE) from a > file descriptor Why ar

Re: [Cegcc-devel] functions that are declared but not defined

2008-10-06 Thread Vincent R .
On Mon, 6 Oct 2008 08:03:01 +0200 (CEST), Vincent Torri <[EMAIL PROTECTED]> wrote: > Hey, > > I wanted to use _mktemp, _locking, _get_osfhandle and SetHandleInformation > with mingw32ce > > they are all declared: > > _mktemp, _locking and _get_osfhandle are in io.h > SetHandleInformation is in