[Wine] Re: registry settings in wine-0.9.17

dank daniel.r.kegel at gmail.com
Mon Mar 19 00:46:17 CDT 2007


lubos wrote:
> > > What I need is to set the port numbers for the direct access. In the
> > > old version of wine it was:
> > >
> > > [ports]
> > > "read"  = "0x378-0x37f,0x778,0x779-0x77a"
> > > "write"  = "0x378-0x37f,0x778,0x779-0x77a"
> > >
> > > How can I set this port numbers in the new version. I don't know, how
> > > to write it to the registry.
> >
> > According to the Wine Users Guide ...
> > http://wiki.winehq.org/UsefulRegistryKeys
> > under HKCU/Software/Wine/VDM/ppdev
>
> I know about this UsefulRegistryKeys but there is only how to set
> mapping between port_number and /dev/parportN device. I need the direct
> access to the port without some device.

Believe it or not, the same registry keys control both modes
of parallel port access.  See
http://source.winehq.org/source/dlls/winedos/ioports.c
I don't understand how it's all wired up, though.

So, what does the console show when you run your software with
  WINEDEBUG=+int wine yourapp.exe
?
- Dan



More information about the wine-users mailing list