[Biococoa-dev] adding new files

Koen van der Drift kvddrift at earthlink.net
Sat Mar 12 20:06:48 EST 2005


On Mar 11, 2005, at 12:34 AM, Charles PARNOT wrote:

> In public headers, check that you do not use relative paths in your 
> #import statements.
> Example: use #import "BCSequence.h" and not #import 
> "../BCSequence/BCSequence.h" if called from a file in another folder. 
> The compiler will find the header even without the correct path.
>

Wasn't this changed the other way around when Alex did a big file 
reorganization? From #import "BCSequence.h" to  #import 
"../BCSequence/BCSequence.h"?  If we can go back to just #import 
"BCSequence.h", I will make the changes in the existing files as well.


- Koen.




More information about the Biococoa-dev mailing list