• warning c318 should be an error
    I got the warning c318 (can't open file ...). I think, this should be an error. If I include a file, which does not exists, the project schould not compile. May there is a way (option to the compiler...
  • warning c318 should be an error
    I got the warning c318 (can't open file ...). I think, this should be an error. If I include a file, which does not exists, the project schould not compile. May there is a way (option to the compiler...
  • warning C318: can't open file 'sample delay.h'
    #include <reg51.h> //#include "sample delay.h" void MSDelay(unsigned int); void main(void) { while (1) //repeat forever { P1=0x55; MSDelay(250); P1=0xAA; MSDelay(250); } } #include "sample delay...
  • warning C318: can't open file 'sample delay.h'
    #include <reg51.h> //#include "sample delay.h" void MSDelay(unsigned int); void main(void) { while (1) //repeat forever { P1=0x55; MSDelay(250); P1=0xAA; MSDelay(250); } } #include "sample delay...
  • ERROR C318
    Hi, This is srikanth daggumati.Could u pls help how to compile (example Text1.c) from command prompt.I checked the Help but error C318 is coming. And also i want to see the output of the Text1.c...