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

Error in adding library file into project.

I am creating a library file and want to use it on keil project, .c file name is "a.c" and .h is "a.h" after bulding the project which contains only two files a.c and a.h with .lib extension it gives a.lib.

Now I want to add this a.lib in anothet project but it is producing an error please help reagrding this .

Parents
  • "even i included the header file in which FUN1() is declared"

    But it's complaining about FIN1 - not FUN1...

    A plain text search through all your source files should confirm whether you do have such typos...

    "it is not accessing definition from .lib file"

    Have you included the .lib file in your Project?

Reply
  • "even i included the header file in which FUN1() is declared"

    But it's complaining about FIN1 - not FUN1...

    A plain text search through all your source files should confirm whether you do have such typos...

    "it is not accessing definition from .lib file"

    Have you included the .lib file in your Project?

Children