DDRAW and intellisense
I'm new to directX and I'm having a problem.
I'm using visual studio 2003 and directx 7's ddraw.
The problem is... when I type in
DirectDrawCreate(...)
The parameter's info box doesn't show up like it would do with say a window's function, SetPixel(...)
(but if I write in the correct parameters, the program works)
why isn't my intellisense working for it?
I've tried manually adding the "ddraw.h" file to the project too. But I've had no luck
I've been trying to google this problem for quite a while now and haven't found a solution.
Thanks.
UKSaiyan.

