Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-core-dev] cdt parser

Hi Kashif,
 
I think you need to add the other project's header folder just like any other header folder to your project. Making one project reference the other (Using Project->Properties->Project References) does not do that step automatically.
I other words, I think referencing another pojects does not have any effects on the Indexer. I think you have to manage all your includes manually, but I can be wrong.
 
Regards,
 
Lars Heineken.
 

From: Shahzad, Kashif [mailto:Kashif_Shahzad@xxxxxxxxxx]
Sent: Donnerstag, 12. Mai 2005 15:55
To: CDT Core developers list.
Subject: RE: [cdt-core-dev] cdt parser

 

Hi Lars,

            I have added a project ‘A’ as a reference to project ‘B’ hoping preprocessor should resolve the include files being used in the project ‘B’. It did resolve those files which are at the root of ‘A’ but did not resolve those which are in the child folders of ‘A’. Am I missing something??

 

Thanks,

Kashif


 


Back to the top