rashi dhing schrieb:
This is probably a very basic question but I am getting a compile error
while trying to include the
"interpre.hxx" in my module which happens to be located in a new directory
in the sc/source/ui path.
How can I resolve this ?
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: [email protected]
For additional commands, e-mail: [email protected]