| View previous topic :: View next topic |
| Author |
Message |
newbie12 Newbie Pyro
Joined: 04 Feb 2010 Posts: 1
|
Posted: Thu Feb 04, 2010 4:07 am Post subject: IR range sensor |
|
|
Hi Chris,
I am trying the IR range sensor project. I was wondering what compiler did you use? I am currently using mikroC pro. |
|
| Back to top |
|
 |
sebovespa Newbie Pyro
Joined: 12 Feb 2010 Posts: 1
|
Posted: Fri Feb 12, 2010 3:26 pm Post subject: Re: IR range sensor |
|
|
its same thing happen in my compiler. in mikroC basic 2.
it turn to new tab which display
C:/Documents and Settings/gg/Desktop/IR range sensor/ir.c:6: error: Can't open include file "p18f452.h"
#include <p18f452.h>
C:/Documents and Settings/gg/Desktop/IR range sensor/ir.c:7: error: Can't open include file "adc.h"
#include <adc.h>
C:/Documents and Settings/ggDesktop/IR range sensor/ir.c:8: error: Can't open include file "stdlib.h"
#include <stdlib.h>
C:/Documents and Settings/gg/Desktop/IR range sensor/ir.c:9: error: Can't open include file "delays.h"
#include <delays.h>
4 errors in preprocessor.
pls.. ur project |
|
| Back to top |
|
 |
|