VC6 Question

Started by
3 comments, last by AndyIC3 22 years, 8 months ago
In Visual C++ 6.0, it doesnt give me the little helper menu things for classes and such when i''m doing dx stuff... if i do: g_pd3dDevice-> it should give me a little menu of methods and thigns, and that is very helpful to me... but its not there for anything i do with directx... is there a way to make it show up?
Advertisement
Nobody gets member or argument list popups with DX Well.... maybe some member lists, but not for d3d at least, in my experience.

-Forcas

"Elvis is alive. He is Barney the purple dinosaur. He is the pied piper that leads our children into the wages of sin and eternal damnation."



-Forcaswriteln("Does this actually work?");
Try including the DirectX headers in your project.

[Resist Windows XP''s Invasive Production Activation Technology!]
Try the VC++ plugin called VisualAssist. It works for DX and even Opengl whereas the built in intelisence wont work with them. VisualAssist does all kinds of very usefull and helpfull things.

-SirKnight
Where can I get any of those?

This topic is closed to new replies.

Advertisement