Hello,
I have a problem with libraries in uVision3.
A project consists of some .c and .h files. I took out the .c file with the main() function and built the rest files into a library. And then I created a new project with this library and the .c file with the main() function. While compiling there are some errors like:
error C318: can't open file 'target.h'
That is, my .h file 'target.h' cannot be found. How can I solve this problem?
Best Regards, Senmeis