>>>>> "Andreas" == Andreas Mohr <[EMAIL PROTECTED]> writes:

    Andreas> Hi all, sounds like the recent architectural changes were a bit
    Andreas> too much: now I get

    Andreas> Unhandled exception: privileged instruction in 32-bit code
    Andreas> (0x0040348b).  In 32-bit mode.  0x0040348b
    Andreas> (FT255_T32.exe..text+0x248b in FT255_T32.exe): outb %al,%dx
    Wine-dbg>

    Andreas> with a parallel port flash tool I'm trying to use, whereas
    Andreas> before it used to work with both direct I/O port access and
    Andreas> ppdev.

    Andreas> In other words: exception handling about I/O port access has
    Andreas> been broken.

Another related problem:

I need inport/outport in some private VXD reimplementation too. The
reimplementation resided in my win32/device.c file. Do I need to do
LoadLibrary(winedos)
GetProc(xxx,"Inport")
in my code now?

Bye

-- 
Uwe Bonnes                [EMAIL PROTECTED]

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------

Reply via email to