Hi, I'm trying to run the following program with lastest wine release. http://www.receita.fazenda.gov.br/publico/programas/irpf/2003/UnicoDisco/irpf2003v1_2.exe The installation runs OK, but when I try to run the program I got a exception. I think the problem is this fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK How can I solve this? Is there any NWLINK.VXD in wine? Thanks, Carlos Hespanhol PS: I attached the log
>I'm trying to run the following program with lastest wine release. > >http://www.receita.fazenda.gov.br/publico/programas/irpf/2003/UnicoDisco/irpf2003v1_2.exeYou should explain in a few words what this app is as not everybody wants/ has time to download and try it out.>fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK > >How can I solve this? >Is there any NWLINK.VXD in wine?VxDs are generally used for accessing hardware. As this is forbidden you need support from the OS. So if this is e.g. a software for a scanner you need a native driver for your OS which wine can use. Otherwise you're out of luck as wine doesn't support VxDs. bye Fabi