I just installed Directx 8.1 SDK and now, for example, when I declared a variable like:
LPDIRECT3D lpD3d;
and when I type
lpD3d->
it should display a tooltip with all the function paramters and stuff but it's not showing up on mine. What's going wrong with this?
BTW, the program compiles fine so there is no error including the header file(s) or lib(s).
