Hi,
I am trying to link some files from another project to my current project. The problem is that linking folders were perfectly fine. But when I am trying to link individual files, "No such file or directory" error occurring. For example, I want to link a header file say header.h, after linking it, during build the error occurs at point where other files have"include header.h" statement. Is this allowed in eclipse to link a resource file which is also included in other files of project?
I am trying to link some files from another project to my current project. The problem is that linking folders were perfectly fine. But when I am trying to link individual files, "No such file or directory" error occurring. For example, I want to link a header file say header.h, after linking it, during build the error occurs at point where other files have"include header.h" statement. Is this allowed in eclipse to link a resource file which is also included in other files of project?