>Thanks, Dave, but it does not work.
>Any other idea?
> >Thanks, Dave, but it does not work.
> >Any other idea?
[quoted text clipped - 12 lines]
>
> Dave
No, it does not work for a clean project either.
As I said, it works for C# but not for C++.
Can you try and see if it works in C++ for you?
Is it possible that it is not supposed top work for C++?
Then, what is the ncb file for?
Thanks
Dan
RFOG - 07 Aug 2007 13:56 GMT
>> >Thanks, Dave, but it does not work.
>> >Any other idea?
[quoted text clipped - 22 lines]
>
> Dan
IntelliSense does NOT work in C++ and C++/CLI, and when it works, it works
very slowly.
If you program like me, IntelliSense is not a help for develop. I think and
build in my mind a block of code, then I write it at a typist speed, then
IntelliSense cannot react when I press -> and Ctrl-J because it is parsing
files. If you type objet, then waits some seconds, and then type ->(or just
.), *sometimes* it works. Sometimes IntelliSense is not capable to
understand some complex and hierarchical classes and sometimes it simply
does not work and, of course, it does not works at same speed as C#.

Signature
Visita mi blog principal: http://rfog.blogsome.com
Y este sobre programación: http://geeks.ms/blogs/rfog
Libros, ciencia ficción y programación
========================================
En la vida real, el que no se rinde es todo un valiente.
-- Paul Mc Cartney.
David Lowndes - 07 Aug 2007 18:31 GMT
>No, it does not work for a clean project either.
Dan,
As I said before, it should work. Have you disabled it? Check the
Tools, Options, C/C++, General, Statement completion settings. Have a
look at the MSDN topic titled "When IntelliSense Is Unavailable".
Dave