Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-core-dev] Extending includes resolving algorithm


Schorn, Markus wrote:
> 
> Hmm, that's not quite true. The algorithm for resolving an include is
> within the preprocessor. The code reader factory is just responsible for
> creating the code-reader for an absolute file path.
>  
> Markus.
> 

Hi Markus,
Do you mean the code reader factory  is responsible for creating code-reader
according to an absolute file path passed to it and doesn't match an include
definition with a real file? Oh.. I think in this case this solution won't
work (but I didn't try it yet).

-- 
View this message in context: http://www.nabble.com/Extending-includes-resolving-algorithm-tp23196341p23277488.html
Sent from the Eclipse CDT - core mailing list archive at Nabble.com.



Back to the top