Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / April 2006

Tip: Looking for answers? Try searching our database.

Cannot get intellisense to work with VS 2005 and C++/CLI

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
cnathaide@yahoo.com - 23 Apr 2006 22:55 GMT
Hi,

I am new to Visual C++ (I have been using C# for the last 4 years) and
would like to make the transition to C++.

On my first project, I cannot get intellisense to work (either in a *.h
file or a *.cpp file). I have tried troubleshooting using the methods
recommended i.e. closing the project, removing the *.ncb file, and
reopening the project. It does not seem to work.

I am probably missing something simple. I appreciate your help in this
matter. Thanks in advance.

Regards

Chris
solved by design - 23 Apr 2006 23:20 GMT
Intellisense is definitively broken in C++/CLI, but adding "::" to .NET
clasess sometimes helps.

Like this:

::FileStream ^fs=gcnew ::FileStream(...

And in vc++ express intellisense works better than, at least, in vs prof.

Signature

-------------------
Estadísticas BOINC: http://www.boincsynergy.com/images/stats/comb-3905.jpg
-------------------
Las chicas buenas van al cielo. Las malas a todas partes.
 -- Cantervill. (1953) Poeta, cantautor, internauta y webmaster argentino.

> Hi,
>
[quoted text clipped - 12 lines]
>
> Chris
Sean M. DonCarlos - 24 Apr 2006 04:23 GMT
In general, IntelliSense in C++ (not just C++/CLI) is a strange and
unpredictable animal. It also gets quirkier as your projects get larger.

There is a product called Visual Assist X, made by Whole Tomato
(http://www.wholetomato.com) that among many other things, "fixes" some of
the problems with IntelliSense. I would suggest downloading the 30-day trial
and seeing if you like it before buying - not everyone does.

Sean

> Hi,
>
[quoted text clipped - 12 lines]
>
> Chris

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.