0_0_3244635_18932.cpp:3:16: dos.h: No such file or directory
0_0_3244635_18932.cpp:21: error: variable or field `interrupt' declared void
0_0_3244635_18932.cpp:21: error: `Old_Int_Proc' was not declared in this scope
0_0_3244635_18932.cpp:21: error: expected `,' or `;' before '(' token
0_0_3244635_18932.cpp:24: error: `interrupt' does not name a type
0_0_3244635_18932.cpp:38: error: `main' must return `int'
0_0_3244635_18932.cpp: In function `int main(...)':
0_0_3244635_18932.cpp:39: error: `disable' undeclared (first use this function)
0_0_3244635_18932.cpp:39: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3244635_18932.cpp:41: error: `outportb' undeclared (first use this function)
0_0_3244635_18932.cpp:45: error: `inportb' undeclared (first use this function)
0_0_3244635_18932.cpp:51: error: `Old_Int_Proc' undeclared (first use this function)
0_0_3244635_18932.cpp:51: error: `getvect' undeclared (first use this function)
0_0_3244635_18932.cpp:52: error: `My_Int_Proc' undeclared (first use this function)
0_0_3244635_18932.cpp:52: error: `setvect' undeclared (first use this function)
0_0_3244635_18932.cpp:53: error: `enable' undeclared (first use this function)
0_0_3244635_18932.cpp:77: error: return-statement with no value, in function returning 'int'
|