search for: winio

Displaying 4 results from an estimated 4 matches for "winio".

Did you mean: winit
2007 Oct 09
5
Playing with ReadFileScatter()
...an incorrect parameter in the call to ReadFileScatter(). So, I''ve either got the size wrong, bad alignment or I need to pass in a packed data structure of some sort. Any ideas? BTW, you''ll want to grab the latest windows-pr from CVS in order to run this code. Thanks, Dan # WinIO.readlines require ''windows/handle'' require ''windows/error'' require ''windows/system_info'' require ''windows/nio'' require ''windows/file'' class WinIO extend Windows::Error extend Windows::Handle exte...
2007 Oct 27
0
Who wants to take a stab at IO.foreach?
...reads. I checked strtok into CVS (for windows-pr) if anyone wants to use that instead of String#split. It''s in ''windows/msvcrt/string''. require ''windows/file'' require ''windows/handle'' require ''windows/error'' class WinIO extend Windows::File extend Windows::Handle extend Windows::Error include Windows::File include Windows::Error MAX_READ = 20 # Small, for testing purposes def self.foreach(file, sep="\r\n") handle = CreateFile( file, FILE_READ_DATA...
2015 Feb 04
0
[ANNOUNCE] libpciaccess 0.13.3
...libpciaccess 0.13.3 Marcin Ko?cielnicki (1): Fix IO access functions on linux+sysfs. Mark Kettenis (1): Use PCIOCREADMASK on OpenBSD. Matthew Green (1): Implement the kernel_has_driver() method for NetBSD. Samuel Pitoiset (2): Windows/Cygwin: Add support through the WinIo library Fix a compilation error on GNU Hurd platforms. Thomas Klausner (2): Fix zlib handling on NetBSD. Improve NetBSD i386 detection. git tag: libpciaccess-0.13.3 http://xorg.freedesktop.org/archive/individual/lib/libpciaccess-0.13.3.tar.bz2 MD5: 1f65be5ffc55641c1846c2f41d18...
2012 Jan 12
0
Need help with using CMBChine online bank USB token with Wine ( unofficial USB patch-set applied )
...gr,+usbhub,+hid,+hal,+ntoskrnl,+winedevice log is uploaded to http://pastebin.com/YgChQbLM Additional information: - According to [1],some years ago, a freebsd hacker ( https://www.delphij.net/ ) found, the old version of CertClient.dat and CMBProtector.dat is exactly the same with something from winio ,but I'm not sure about the latest version. - This kind of USB token is so called driver-free, on Windows, users only need to install the Client and the USB token will work, while other types of USB token from CMBChina online bank need not only the Client but also an additional driver. Is ther...