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
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
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_
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
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