Board index » Visual Studio » outportb available?!?!?
|
RSteph
|
|
RSteph
|
outportb available?!?!?
Visual Studio83
Hi there, I would like to create a .dll from legacy code. It includes the inportb and outportb commands. Are inportb and outportb available in any version that can create a dll?? Thanks very much, Russ - |
| Carl
Registered User |
Thu Jun 02 19:39:57 CDT 2005
Re:outportb available?!?!?
Russ wrote:
QuoteHi there, Windows. Access to I/O ports is intended to be restricted to kernel-mode DLLs. If you look around on the 'net, you can find solutions to allow user-mode access to I/O ports. You might want to check out the resources/articles on www.lvr.com. -cd - |
| Phil
Registered User |
Fri Jun 03 11:13:41 CDT 2005
Re:outportb available?!?!?
Carl Daniel [VC++ MVP] wrote:
QuoteRuss wrote: Have you looked for a Windows driver for your hardware? -- Phil Frisbie, Jr. Hawk Software www.hawksoft.com">www.hawksoft.com - |
| Russ
Registered User |
Fri Jun 03 16:43:24 CDT 2005
Re:outportb available?!?!?
Thanks very much for your help. I found a Device driver for windows xp which
allows the inportb/outportb functions (gives the user higher priviledges to the I/O ports) at www.beyondlogic.org/porttalk/porttalk.htm">www.beyondlogic.org/porttalk/porttalk.htm Russ "Carl Daniel [VC++ MVP]" wrote: QuoteRuss wrote: |
