I have just installed dosemu, initially to do only one thing: compile Assembler, Basic, and C programs for DOS. My assembler and Basic compilers are working just fine under dosemu, but my C compiler is not. Due to the ancient version of Basic we use, I have to use an equally ancient version of C: Microsoft C version 6.0. When I try to compile a program, I receive this error: ncpsubs.c(1) : fatal error C1024: cannot open include file 'stdio.h' I have "SET INCLUDE=C:\C600\INCLUDE;", and STDIO.H is right there. C: is the DOSEMU disk, so there's no issue of permissions or anything. I have run the "strings" command against the compiler to see if it has any of the forbidden words in it (vcpi, pharlap, win32s) and it does not. My dosemu is version 0.98.5.0 running under Caldera 2.2 (kernel 2.2.5). Can any one help me? -Lee Allen [EMAIL PROTECTED]
