From: Joshua N Pritikin [mailto:[EMAIL PROTECTED]] > I see no compelling reason to suggest using MS's stdio. If possible, > I'd like to avoid as many compatibility layers as possible and talk > directly to low-level APIs. I'd expect to be *able* to use low-level IO as long as the user has a way to get a HANDLE value (Win32::CreateFile or some such). However, if Event is handed a Perl filehandle, it needs to be able to go filehandle -> PerlIO/stdio handle -> OS handle, so that it can pass it to Event. No problem, both routes are catered for (now that I have Nick's code snippet). Paul.
- Re: Making Event work for Win32 Graham Barr
- Re: Making Event work for Win32 Nick Ing-Simmons
- Re: Making Event work for Win32 Nick Ing-Simmons
- Re: Making Event work for Win32 Mark Mielke
- Re: Making Event work for Win32 Graham Barr
- Re: Making Event work for Win3... Mark Mielke
- Re: Making Event work for Win32 Joshua N Pritikin
- RE: Making Event work for Win32 Moore, Paul
- Re: Making Event work for Win32 Graham Barr
- Re: Making Event work for Win32 Joshua N Pritikin
- Re: Making Event work for Win32 Moore, Paul
- Re: Making Event work for Win32 Mark Mielke
- RE: Making Event work for Win32 Moore, Paul
- RE: Making Event work for Win32 Moore, Paul
- Re: Making Event work for Win32 Graham Barr
- Re: Making Event work for Win32 Joshua N Pritikin
- Re: Making Event work for Win32 Nick Ing-Simmons
- Re: Making Event work for Win32 Nick Ing-Simmons
- Re: Making Event work for Win32 Graham Barr
- Re: Making Event work for Win32 Joshua N Pritikin
- RE: Making Event work for Win32 Moore, Paul
