|
-
December 11th, 2005, 01:22 AM
#1
VC++ 2003 intellisense problem
I made a win32 application window, and assuming I can add managed code to it, I turned on managed extensions. However, I'm not getting any intellisense on what I write. For example, System:: ... nothing pops up. However, what I do write with it does get compiled fine. I want my intellisense. I miss it from 2005.
Phil
ps. Intellisense works fine in my console application, just not the windows one.
Last edited by dxfoo; December 11th, 2005 at 01:26 AM.
-
December 12th, 2005, 11:57 AM
#2
Re: VC++ 2003 intellisense problem
Hi,
Does VS2003 have an ncb file? if so, rename it and open the project (solution) again.
Jeff
-
December 12th, 2005, 12:01 PM
#3
Re: VC++ 2003 intellisense problem
Intellisense in Visual Studio is not a feature that is guaranteed to work always, and when it works, it is not guaranteed to show absolutely accurate complile-worthy options (even though it usually does).
If intelli-sense is very important to you... Think of getting this utility from -
http://www.wholetomato.com
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
|