When I put dos functions in my programs like "outportb()" ,"intx86()" or inportb(), my compiler gives the "call to undefined function" error even if I include dos.h... I tried with other compilers, with the same result... Only Turbo C++ 2.01 compiles correctly. Any ideas?