home *** CD-ROM | disk | FTP | other *** search
- ' Global file for INOUT
- '
- ' Note that INOUT.DLL must be accessible, either in
- ' the current directory, or in a directory in your
- ' path statement.
- '
- Declare Function INP Lib "INOUT.DLL" (ByVal address&) As Integer
- Declare Sub OUT Lib "INOUT.DLL" (ByVal address&, ByVal value%)
- Declare Function INPWord Lib "INOUT.DLL" (ByVal address&) As Long
- Declare Sub OUTWord Lib "INOUT.DLL" (ByVal address&, ByVal value&)
-
-