This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil IDE vision 2

I have created a library using the keil compiler. and when i call that library
(# include "mylib.h" i have made all those functions "extern" inorder to make them available for use by others).
and try to compile it shows

#include "mylib.h"

void main()
{
call to  functions used in mylib..
loops..
some more functions....
loops and so on...
}

C318 error: cannot open the file.
can anybody please help me out in sorting out where the problem is??

thankyou in advance.

Balu............

0