|
Prev: [Commercial] Windows System Programming:Develope unique aspects of Windows
Next: cannot link to _CreateProcessWithLogonW@40
From: Dave Cullen on 20 Apr 2008 09:18 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 20 Apr 2008 13:02
"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 |