I have some questions in Atmel Studio 7.
If i created a library file in C (static library project) and compile the libraryfile.C, includefile.h and generated libraryfile.a in the debug folder.
Q1. When I create a new project in C Executable project which I need to use the libraryfile.C, after I import the libraryfile.a into this project, do i still need to import libraryfile.C into this project ?
Q2. When I change the includefile.h in the new project, such as Pin number, which is difference from when I compile the library, do I need to recompile the initial library with new include.h file ? or it shall not be required as the new include file is existed in the new project. or Shall I use Rebuild Solution ?
Q3. At what situation I shall use Clean and Rebuild Solution ?
Q4. If I have a compile library in C. When I use new project in C++, can the project still read the compile library in C ?
Q5. The library.a file after import shall reside in output directory or libraries directory in the Atmel Studio Solution Explorer window ?




