0_0_3170055_22704.cpp:2:16: dos.h: No such file or directory
0_0_3170055_22704.cpp:29: error: variable or field `interrupt' declared void
0_0_3170055_22704.cpp:29: error: `old_int8' was not declared in this scope
0_0_3170055_22704.cpp:29: error: expected `,' or `;' before '(' token
0_0_3170055_22704.cpp:36: error: `interrupt' does not name a type
0_0_3170055_22704.cpp: In function `int create(char*, void (*)(), int)':
0_0_3170055_22704.cpp:75: error: invalid conversion from `int*' to `unsigned int*'
0_0_3170055_22704.cpp:84: error: `_DS' undeclared (first use this function)
0_0_3170055_22704.cpp:84: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_3170055_22704.cpp:85: error: `_ES' undeclared (first use this function)
0_0_3170055_22704.cpp:87: error: `FP_SEG' undeclared (first use this function)
0_0_3170055_22704.cpp:88: error: `FP_OFF' undeclared (first use this function)
0_0_3170055_22704.cpp: At global scope:
0_0_3170055_22704.cpp:101: error: `interrupt' does not name a type
0_0_3170055_22704.cpp:125: error: `interrupt' does not name a type
0_0_3170055_22704.cpp: In function `int main()':
0_0_3170055_22704.cpp:146: error: `old_int8' undeclared (first use this function)
0_0_3170055_22704.cpp:146: error: `getvect' undeclared (first use this function)
0_0_3170055_22704.cpp:156: error: `new_int8' undeclared (first use this function)
0_0_3170055_22704.cpp:156: error: `setvect' undeclared (first use this function)
0_0_3170055_22704.cpp:157: error: `my_switch' undeclared (first use this function)
|