Completing Parameter List

Started by
1 comment, last by phillip_fletcher 19 years, 4 months ago
Hi all! I've been using Visual C++ 6.1 for quite some time. I'm writing simple prototyping games based on a game engine. However, this game engine is written and compiled in LIB form. Which means static lib, I do not have the source codes but I do have all the header files for this game library. May I ask, what should I do in order to see this? Object *a = new Object(); a-> (at this point, a list will appear to show a list of methods and attributes in this Object class) I can see this list for classes created in the local workspace, but I can't see any of those that belongs to the game engine. Can anyone help me please? It's tedious to keep referring to the game engine header files for the object constructor. Thanks a lot!
You'll never see heaven if you haven't been through hell.
Advertisement
Intellisense(Microsoft's name for that functionality) works very poorly in Visual Studio 6.x products, I had lots of problems with it until Visual Studio 7.x.
Ummm, Your Welcome???

This topic is closed to new replies.

Advertisement