Re: OUTB() and friends on Win32 and .sys files(Resent)

2008-02-14 Thread Marcus Meissner
On Thu, Feb 14, 2008 at 01:55:45PM +0100, Uwe Bonnes wrote: > Hallo, > > some programm with source uses giveio.sys to access the parallel port. You > can find the source for giveio.sys e.g. in the avrdude package. We > have code in dlls/winedos/ppdev.c to emulate the directed access on the > para

OUTB() and friends on Win32 and .sys files(Resent)

2008-02-14 Thread Uwe Bonnes
Hallo, some programm with source uses giveio.sys to access the parallel port. You can find the source for giveio.sys e.g. in the avrdude package. We have code in dlls/winedos/ppdev.c to emulate the directed access on the parallel port to accesses to /dev/ppdev. However this code is not called f