I know a lot of the errors have to do with header files that are missing in DJGPP. I have tried including some but still get errors. I tried pasting a screenshot, but the image was too big. So here are the errors I am getting. I don't know every header file that will have to be included to use windows.h and so on. Thanks for taking the time to reply.
Code:M:\DJGPP\bin>gcc f:\djgpp\code\code.c f:/djgpp/code/code.c:1:21: windows.h: No such file or directory (ENOENT) f:/djgpp/code/code.c: In function `main': f:/djgpp/code/code.c:8: `HANDLE' undeclared (first use in this function) f:/djgpp/code/code.c:8: (Each undeclared identifier is reported only once f:/djgpp/code/code.c:8: for each function it appears in.) f:/djgpp/code/code.c:8: parse error before "hIn" f:/djgpp/code/code.c:10: `COORD' undeclared (first use in this function) f:/djgpp/code/code.c:13: `BOOLEAN' undeclared (first use in this function) f:/djgpp/code/code.c:16: `INPUT_RECORD' undeclared (first use in this function) f:/djgpp/code/code.c:16: parse error before "InRec" f:/djgpp/code/code.c:17: `DWORD' undeclared (first use in this function) f:/djgpp/code/code.c:19: `hIn' undeclared (first use in this function) f:/djgpp/code/code.c:19: `STD_INPUT_HANDLE' undeclared (first use in this functi on) f:/djgpp/code/code.c:20: `hOut' undeclared (first use in this function) f:/djgpp/code/code.c:20: `STD_OUTPUT_HANDLE' undeclared (first use in this funct ion) f:/djgpp/code/code.c:27: `KeyWhere' undeclared (first use in this function) f:/djgpp/code/code.c:29: `MouseWhere' undeclared (first use in this function) f:/djgpp/code/code.c:31: `EndWhere' undeclared (first use in this function) f:/djgpp/code/code.c:34: `Continue' undeclared (first use in this function) f:/djgpp/code/code.c:37: `InRec' undeclared (first use in this function) f:/djgpp/code/code.c:39: `NumRead' undeclared (first use in this function) f:/djgpp/code/code.c:43: `KEY_EVENT' undeclared (first use in this function) f:/djgpp/code/code.c:55: `FALSE' undeclared (first use in this function) f:/djgpp/code/code.c:59: `MOUSE_EVENT' undeclared (first use in this function)



LinkBack URL
About LinkBacks



CornedBee