Header files not working properly.

Discussions related to using VirtualBox on Linux hosts.
Post Reply
vazzdoin
Posts: 15
Joined: 2. Feb 2009, 05:55

Header files not working properly.

Post 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 . :?:
Post Reply