in reply to Re: Poke peek & inp outp equivalents
in thread Poke peek & inp outp equivalents
While linking I got unresolved references.
Tried coping msvcrt.lib & conio.h everywhere. No luck.
I found 'libpth' in Config.pm and 'libpath' in Makefile but changes there didn't work. There is more with the libs but the answer was:
In the XS code above I needed '_inp' not 'inp' (and the same for the rest). My fault for not mentioning I'm on a Windows 2000 machine. :(
Now I just have to figure out the way around NT complaining with STAUS_PRIVILEGED_INSTRUCTION when I use outp. :| Ugh.
Does anyone know how to get it to work in kernel mode instead of user? That should probably be a new question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Poke peek & inp outp equivalents
by Roger (Parson) on Jan 29, 2004 at 01:48 UTC |