Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate

WinIo - Direct I/O port and physical memory access [Dll]


  • Please log in to reply
1 reply to this topic
BoBo
  • Guests
  • Last active:
  • Joined: --

WinIo - This library allows direct I/O port and physical memory access under Windows 9x/NT/2000 and XP. Version 2.0 provides faster I/O port access, better memory mapping support and can be used from non-administrative accounts under Windows NT/2000 and XP.

[More...]
[Download]



tommmmmm
  • Members
  • 62 posts
  • Last active: Nov 14 2015 12:17 PM
  • Joined: 13 Mar 2009

I can run the examples just fine, but when I try to import dll to autohotkey nothing happens.

 

Can anyone show me working code with it?

 

 

----

EDIT:

I got it working !

 

 

Using DllCall was NOT ENOUGh in itself. I put this line in the beginning and all works:

 

hModule := DllCall("LoadLibrary", "str", "WinIo64")