Page 1 of 1

Access inpout32.dll in assembly code

Posted: Mon Oct 29, 2018 8:03 pm
by joeyc
Hi,
How do I access inpout32.dll from a legacy ms-dos assembly language program which writes to LPT1 (0378h) running under windows 7? I have the inpout32.sys loaded into windows\system32\drivers, but apparently that is not enough. I don't understand how to link it.
Joey.

Re: Access inpout32.dll in assembly code

Posted: Mon Oct 29, 2018 10:23 pm
by phil
Sorry, no idea.. but as its a windows driver, I wouldn't have thought you could access it from a legacy dos app as that wont have access to windows drivers!?!