Pointers and addresses...

Started by
0 comments, last by KevinG 21 years, 2 months ago
Is it possible to access the port 0x60 (Keyboard) with pointers?
I cant think of a decent signature right now...try back later...MUCH later.
Advertisement
lol this was one of the first things i tried to do with pointers! :D

i couldn''t figure it out. i kept getting access violations. apparently you can''t just assign an address to a pointer and grab the value at that address (cause of how memory is allocated, can''t have programs messing with other programs'' memory).

there may be a function that returns a pointer to the keyboard or something that makes that memory accessible, i just don''t know what it is

----------------------------

hey, i know how to use DX8 now! sort of.. well i''ve got the object loading, rotation, positioning, camera, text and lights down... now for input and sound.
_______________________________________________________________________Hoo-rah.

This topic is closed to new replies.

Advertisement