Click to See Complete Forum and Search --> : Re: Visual C++ problem


Dave Lorde
March 29th, 1999, 05:39 AM
OK I see the problem - 20+ character function names can be awkward!


I think you have to make the IDE scan the library header files by including them in your project.


Select a Workspace 'Header Files' node (or create a separate one) and right-click to get the context menu. Use the 'Add Files to Folder...' option to add the relevant library header files.


The 'Intellisense' only seems to work inside functions of classes that are in the project files list, but I haven't spent a lot of time playing with it :-)


Dave

James Curran
July 6th, 2001, 03:57 PM
In reply to:

The 'Intellisense' only seems to work inside functions of classes that are in the project files list,



From what I've seem, it only works for classes whos *header file* is in the project file list.


Truth,
James
http://www.NJTheater.com
http://www.NovelTheory.com
I don't do it for the points (OK, maybe I do), but rating a post is a good way for me to know if I helped.