Re: DDRAW and intellisense
Try deleting the .ncb file for the project.
Re: DDRAW and intellisense
Thanks for your reply Mike.
But deleting the .ncb file didn't work :(
Re: DDRAW and intellisense
Hi,
I've been using DDraw from the DX9 SDK with Visual Studio 2008.
I had a similar problem which I solved when I reinstalled everything on my new machine.
I don't know if it'll work for you, but it's worth a shot...
Try reinstalling the DirectX SDK, and when you get to the point where you can select which compnents to install, make sure you install DirectX Symbols as well.
This will fix/update/whatever your .ncb files and enable intellisense to pick up the relevant details for the DirectX functions.
Hope it helps.