Members list ?

Started by
1 comment, last by Ilici 20 years, 11 months ago
why cant i see the members list for the DX classes? i looked in the headers and saw that the code (DECLARE_INTERFACE, etc) shouldnt i be able to see the members list? and btw how can i link the DX8 SDK help to VC++?
Advertisement
IntelliSense is screwy, and the older DirectX headers (5.0) that come with Visual C++ <= 6.0 preempt whatever DX SDK you install thereafter. Various workaround exist, but no real solution.
You have to add the Dx header files to your project, then there''s at least a chance they will show up.

- Magmai Kai Holmlor

"No, his mind is not for rent to any god nor government" - Rush, Tom Sawyer

[Look for information | GDNet Start Here | GDNet Search Tool | GDNet FAQ | MSDN RTF[L] | SGI STL Docs | STFW | Asking Smart Questions ]

[Free C++ Libraries | Boost | ACE | Loki | MTL | Blitz++ | wxWindows| Spirit(xBNF)]
[Free C Libraries | zlib ]

- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara

This topic is closed to new replies.

Advertisement