Results 1 to 6 of 6

Thread: making VC++ show the tooltip

  1. #1

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827

    making VC++ show the tooltip

    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).
    Baaaaaaaaah

  2. #2
    Hyperactive Member Ambivalentiowa's Avatar
    Join Date
    Apr 2002
    Location
    Coming soon to a store near you!
    Posts
    375
    Shouldn't this be in a Visual C++ forum?
    -Show me on the doll where the music touched you.

  3. #3
    Zaei
    Guest
    It fits in both =).

    You have to add the D3D headers to your project.

    Z.

  4. #4

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    I have already added <d3d8.h> or <d3dx8.h> but it still doesn't show the tooltip and also doesn't give me any error when I declare a variable of some type from Directx library. Will I have to add some other headers and if so which ones are they?
    Baaaaaaaaah

  5. #5
    Zaei
    Guest
    When you build your project, you should end up with a folder called "External Dependencies". Drag all of those files that have to do with DX into one of the project folders (the one called "Headers" is best). Save your project, then do a "Rebuild All" from the Build menu. It SHOULD work, but it may not. If not, you need to memorize the most common functions' parameters.

    Z.

  6. #6

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    Thanks bro,
    works great now.
    Baaaaaaaaah

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width