Thanks Niklas and Daniel. I was trying to call "interpre.hxx"
(sc/source/core/inc) from a cxx file in "sc/source/ui/newFolder" .
Wanted to use a certain function of the ScInterpreter class ! Can I give the
whole path "sc/source/core/interpre.hxx"  and use it ?


> There are several existing locations for header files:
>
> sc/inc for usage in entire sc
> sc/source/core/inc for headers local to "core"
> sc/source/ui/inc for headers local to "ui"
> sc/source/filter/inc for headers local to "filter"
>
> Also, headers will be searched in the current directory, so, if you have
> abc.hxx and abc.cxx files in the same directory, and in abc.cxx there is
> code like
>  #include "abc.hxx"
> the header file should be found too.
>
> How do you include the header file?
>
>
> Regards
> Daniel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@sc.openoffice.org
> For additional commands, e-mail: dev-h...@sc.openoffice.org
>
>


-- 
" Happiness makes up in height for what it lacks in length." (Robert Frost)

Reply via email to