Hi,
I have 2 questions is more about structural and implementation.
I have a directory wich contains several files and the project file *.Uv2 in most of all files, there is includes files which are really communicate even if I don't add this files the the Project Workspace. Must I add all include files of my project to the Project Workspace?
And must be a link between files with the same names addeded in the Project Workspace and those in directories of the project. For example if I use the same name file but in different places of my project directories?
Thank you.
Must I add all include files of my project to the Project Workspace?
No. Actually, since you're asking this odds are you'd break something if you did.
And must be a link between files with the same names addeded in the Project Workspace and those in directories of the project
Your English is somewhat hard to penetrate, but I think the answer to that is: yes, there is such a link, which means that generally you a) shouldn't do that and b) have to read the uVision documentation very carefully if you decide to do it nevertheless.