Page 1 of 1

Header files not working properly.

Posted: 5. Feb 2009, 08:32
by vazzdoin
Hello .
I am unable to use the header files saved at .../include/iprt and ../include/VBox/com in my VirtualBox Program. If i try to use them it gives lots of errors. mostly as datatype undeclared. I have given the Include path in the Makefile shown in the bold font below :
PATH_INC = $(PATH_XPCOM)/include \
$(PATH_XPCOM)/include/nsprpub \
$(PATH_XPCOM)/include/string \
$(PATH_XPCOM)/include/xpcom \
$(PATH_XPCOM)/include/ipcd \
$(PATH_XPCOM)/include/iprt
$(PATH_X PCOM)/include/VBox/com \
/root/Desktop/rpm/VirtualBox-2.0.4/include/VBox


Is this because these Header files might be of COM interface,whereas i am working on XPCOM interface ? kindly guide me to solve this problem ?

Thanks . :?: