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

include file path on files and projetc workspace files

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.

Parents
  • "I use the same name file but in different places of my project directories?"

    The only way to have different files with the same name is if they are in different folders - and that's how uVision distinguishes them.

    However, doing such things can be a very good way to cause yourself a very great deal of confusion...

Reply
  • "I use the same name file but in different places of my project directories?"

    The only way to have different files with the same name is if they are in different folders - and that's how uVision distinguishes them.

    However, doing such things can be a very good way to cause yourself a very great deal of confusion...

Children
  • Hi,

    Thank you, I am sorry about my English, I know it is not very good.
    But I ask you those questions because I begin a project which was already finished about hardware.

    And about software it is finished too but only the program for interfacing CompactFlash with the microcontroller (AT89C51SNDC1) is not finished and I have a librairie, (snd1c-demo-ide-2_0_3) from ATMEL, that I implement the main funtions to the existent software for communicationg with the CF by FAT system.

    And I want to do it with a professional way, So I have ask your advices.

    Thank you.