I have found some problem, I did try search for solution but maybe I'm stupid or nowhere it was written. Uncle google didn;t help
![Razz :P](./images/smilies/icon_razz.gif)
Well, lets face the context help when using variables (like IrrlichtDevice]. In VS, when I write device-> context help appears. It is luxury.
But, when I have separated sources (don't know any bigger program what have not) in some case it does not work. Lets see
I have three files:
head.h
main.cpp
main2.cpp
Header file defines two variables, one in namespace, one global. Both have IrrlichtDevice* datatype.
In main.cpp, when I try use the broken variable (the one in NS) it does not work. Blah. But even the global variable does not work!
In main2.cpp, I try accessing the global variable first, and it works. Woo! Then I try access to NS one, and it works also!
Now, why? How to make this working (the context help). Does anyone encountered this problem ?
Thanks,
Pavel Ptacek