D
db_from_mn
Is there a way to directly access a PC's parallel port,
like the _inp and _outp functions in the standard library?
I'm trying to implement a simple IO function.
I've tried implementing functions in a dll using these,
but when I call these from managed code, my system locks
up.
Thanks in advance for the help,
Dennis
like the _inp and _outp functions in the standard library?
I'm trying to implement a simple IO function.
I've tried implementing functions in a dll using these,
but when I call these from managed code, my system locks
up.
Thanks in advance for the help,
Dennis