NANDPro

From Xenon Wiki
Revision as of 20:32, 11 February 2012 by imported>Tuxuser (moved NandPro to NANDPro)
Jump to navigation Jump to search

Download: http://www.xboxhacker.net/index.php?topic=12222.0


DriverLynx DLPORTIO and Windows 7

DriverLynx PortIO (DLLPORT.SYS) is needed on Windows NT and higher to access the I/O ports in a PC from a program, for example in Delphi. Working examples with source are on my Programs and PC ports pages

Alas, Windows 7 (and Vista) make it a bit more difficult to install this driver. It seems everything is allright running the installer (port95nt.exe), but running the program gives the error DLPORTIO.SYS is not loaded.

But it can be done as follows:

  * Right Click Port95nt.exe
    - Properties
         -  Compatibility
             -  Run this program in compatibility mode for: Windows XP Service Pack 2
    - Run this program as an administrator

And now it does install and the program runs.