|
-
March 29th, 1999, 06:39 AM
#1
Re: Visual C++ problem
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|