0_0_3244292_1901.cpp:4:16: dos.h: No such file or directory
0_0_3244292_1901.cpp:20: error: variable or field `interrupt' declared void
0_0_3244292_1901.cpp:20: error: `Old_Int_proc' was not declared in this scope
0_0_3244292_1901.cpp:20: error: expected `,' or `;' before '(' token
0_0_3244292_1901.cpp:22: error: `interrupt' does not name a type
0_0_3244292_1901.cpp:43: error: `main' must return `int'
0_0_3244292_1901.cpp: In function `int main(...)':
0_0_3244292_1901.cpp:45: error: `disable' undeclared (first use this function)
0_0_3244292_1901.cpp:45: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3244292_1901.cpp:46: error: `wIOBase1' undeclared (first use this function)
0_0_3244292_1901.cpp:47: error: `outportb' undeclared (first use this function)
0_0_3244292_1901.cpp:49: error: expected `;' before "outportb"
0_0_3244292_1901.cpp:53: error: `inportb' undeclared (first use this function)
0_0_3244292_1901.cpp:64: error: `Old_Int_Proc' undeclared (first use this function)
0_0_3244292_1901.cpp:64: error: `getvect' undeclared (first use this function)
0_0_3244292_1901.cpp:65: error: `My_Int_proc' undeclared (first use this function)
0_0_3244292_1901.cpp:65: error: `setvect' undeclared (first use this function)
0_0_3244292_1901.cpp:66: error: `enable' undeclared (first use this function)
|