I used "include io.h" ok.
Now I need to find an equivalents for,
[Linker error] undefined reference to 'outb' and
[Linker error] undefined reference to 'ioperm'
Code snippet: To access the parallel port,
outb (data_1, BASE_ADDRESS);
ioperm (BASE_ADDRESS, 3, 0);
I did a search in the include dir for the string "outb " but could not a direct equivalent.
Any ideas?
Thanks.
2009-11-10 18:39:07 UTC in Dev-C++