NANDPro: Difference between revisions

From Xenon Wiki
Jump to navigation Jump to search
imported>Jamiec
(Created page with '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 th…')
 
imported>Tuxuser
(Added to Category:Homebrew)
Line 16: Line 16:
     - Run this program as an administrator
     - Run this program as an administrator
And now it does install and the program runs.
And now it does install and the program runs.
[[Category:Homebrew]]

Revision as of 12:16, 23 October 2011

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.