From: Dave Cullen on
Is there any way to get the Visual C++ 6.0 Intellisense to display arguments
for library functions?

I have a header file with declarations for my dll library, and the lib is in
my project, but when I type a function name in my code the IDE won't show me
the argument list.

Thanks


From: Giovanni Dicanio on

"Dave Cullen" <nospam(a)mail.com> ha scritto nel messaggio
news:ORMsNkuoIHA.4620(a)TK2MSFTNGP06.phx.gbl...

> Is there any way to get the Visual C++ 6.0 Intellisense to display
> arguments for library functions?
>
> I have a header file with declarations for my dll library, and the lib is
> in my project, but when I type a function name in my code the IDE won't
> show me the argument list.

When I used VC6, I used Visual Assist X as a great tool for Intellisense.
VAX displayed arguments for library functions as well.

Without VAX, frankly speaking I don't know...
Maybe you could try to manually delete the Intellisense database file (.NCB,
if I recall correctly) for your project/solution, and let VC6 recreate that
file again (with library functions information).

Giovanni