which OS the program run on it
Call to undefined function error
Collapse
X
-
and i using windows xp not vistaComment
-
You are trying to directly access the hardware. Windows XP doesn't let user programs do that. You would have to write and install a device driver. Frankly, beginners should simply not go there -- you could really mess up your computer.
If you are determined to proceed with this project, you should consider running on a simpler, safer platform such as DOS on a PC/104 card. There is a lot of busy work involved in getting such a system up and running; and you'll need cross-development tools.Comment
Comment