Compiling... 1.cpp d:\project\1.cpp(11) : error C2079: 'inregs' uses undefined union 'initCom::REGS' d:\project\1.cpp(11) : error C2079: 'outregs' uses undefined union 'initCom::REGS' d:\project\1.cpp(13) : error C2228: left of '.h' must have class/struct/union type is 'int' d:\project\1.cpp(13) : error C2228: left of '.ah' must have class/struct/union d:\project\1.cpp(14) : error C2228: left of '.h' must have class/struct/union type is 'int' d:\project\1.cpp(14) : error C2228: left of '.al' must have class/struct/union d:\project\1.cpp(15) : error C2228: left of '.x' must have class/struct/union type is 'int' d:\project\1.cpp(15) : error C2228: left of '.dx' must have class/struct/union d:\project\1.cpp(16) : error C3861: 'int86': identifier not found d:\project\1.cpp(17) : error C3861: 'delay': identifier not found d:\project\1.cpp(22) : error C2079: 'inregs' uses undefined union 'send::REGS' d:\project\1.cpp(22) : error C2079: 'outregs' uses undefined union 'send::REGS' d:\project\1.cpp(24) : error C2228: left of '.h' must have class/struct/union type is 'int' d:\project\1.cpp(24) : error C2228: left of '.ah' must have class/struct/union d:\project\1.cpp(25) : error C2228: left of '.h' must have class/struct/union type is 'int' d:\project\1.cpp(25) : error C2228: left of '.al' must have class/struct/union d:\project\1.cpp(26) : error C2228: left of '.x' must have class/struct/union type is 'int' d:\project\1.cpp(26) : error C2228: left of '.dx' must have class/struct/union d:\project\1.cpp(27) : error C3861: 'int86': identifier not found d:\project\1.cpp(28) : error C3861: 'delay': identifier not found d:\project\1.cpp(33) : error C2079: 'inregs' uses undefined union 'receve::REGS' d:\project\1.cpp(33) : error C2079: 'outregs' uses undefined union 'receve::REGS' d:\project\1.cpp(35) : error C2228: left of '.h' must have class/struct/union type is 'int' d:\project\1.cpp(35) : error C2228: left of '.ah' must have class/struct/union d:\project\1.cpp(36) : error C2228: left of '.x' must have class/struct/union type is 'int' d:\project\1.cpp(36) : error C2228: left of '.dx' must have class/struct/union d:\project\1.cpp(37) : error C3861: 'int86': identifier not found d:\project\1.cpp(38) : error C2228: left of '.h' must have class/struct/union type is 'int' d:\project\1.cpp(38) : error C2228: left of '.ah' must have class/struct/union d:\project\1.cpp(39) : error C2228: left of '.h' must have class/struct/union type is 'int' d:\project\1.cpp(39) : error C2228: left of '.al' must have class/struct/union d:\project\1.cpp(61) : error C3861: 'clrscr': identifier not found d:\project\1.cpp(79) : warning C4018: '<' : signed/unsigned mismatch
|