473,406 Members | 2,369 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

intellisense

I made a control library project using Visual Studio 2005 with C++/
CLI. I now have my code working and running, but none of the
intellisense works. Is there a setting I need to turn on, or is the
intellisense for C++/CLI not good?

Sep 19 '07 #1
5 1345
>I made a control library project using Visual Studio 2005 with C++/
>CLI. I now have my code working and running, but none of the
intellisense works. Is there a setting I need to turn on, or is the
intellisense for C++/CLI not good?
The Intellisense for C++ in general can get confused. One thing you
can try is to close the solution and delete the .ncb file - it'll get
rebuilt when you next open the solution.

Dave
Sep 19 '07 #2
In hindsight, it might have been a good idea to have an option in the GUI of
VC++ to delete the Intellisense file without having to do it manually (i.e.,
find directory, find file, delete it manually). And since it tends to grow
over time, an option that automatically deletes it when it reaches a
user-definable size would also be nice.

My 2 cents...

[==P==]

"David Lowndes" <Da****@example.invalidwrote in message
news:jh********************************@4ax.com...
I made a control library project using Visual Studio 2005 with C++/
CLI. I now have my code working and running, but none of the
intellisense works. Is there a setting I need to turn on, or is the
intellisense for C++/CLI not good?

The Intellisense for C++ in general can get confused. One thing you
can try is to close the solution and delete the .ncb file - it'll get
rebuilt when you next open the solution.

Dave

Sep 19 '07 #3
>In hindsight, it might have been a good idea to have an option in the GUI of
>VC++ to delete the Intellisense file without having to do it manually (i.e.,
find directory, find file, delete it manually). And since it tends to grow
over time, an option that automatically deletes it when it reaches a
user-definable size would also be nice.
Better still - it needs to be flawless and work without being a
glutton. ;)

Dave
Sep 19 '07 #4
I also agree with David.

This is most workable solution to the intellisense problem.
I mean deleting the ncb file. Also one needs to check if the
tools->options->C/C++ General options are set correctly.

"David Lowndes" wrote:
In hindsight, it might have been a good idea to have an option in the GUI of
VC++ to delete the Intellisense file without having to do it manually (i.e.,
find directory, find file, delete it manually). And since it tends to grow
over time, an option that automatically deletes it when it reaches a
user-definable size would also be nice.

Better still - it needs to be flawless and work without being a
glutton. ;)

Dave
Sep 25 '07 #5
Has MS indicated publically that they are aware of the Intellisense problem
(which has existed for years), and have they (at least theoretically) fixed
it in 2008?

Intellisense is one of the most useful tools when it works, and one of the
worst hinderances when it doesn't! : )

"JP" <JP@discussions.microsoft.comwrote in message
news:42**********************************@microsof t.com...
>I also agree with David.

This is most workable solution to the intellisense problem.
I mean deleting the ncb file. Also one needs to check if the
tools->options->C/C++ General options are set correctly.

"David Lowndes" wrote:
>In hindsight, it might have been a good idea to have an option in the
GUI of
VC++ to delete the Intellisense file without having to do it manually
(i.e.,
find directory, find file, delete it manually). And since it tends to
grow
over time, an option that automatically deletes it when it reaches a
user-definable size would also be nice.

Better still - it needs to be flawless and work without being a
glutton. ;)

Dave

Nov 15 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: andrew.queisser | last post by:
Yesterday I typed in some C++ code that called a function with two ints. Intellisense (auto-complete) helpfully told me that the first formal parameter was called "frontLight" and the second...
6
by: Stefan Kronberg | last post by:
I'm working on a solution containing about 20 projects. Some of the projects contain class definitions that are used in other of the projects. Most of the time intellisense is working ok, i.e. if I...
1
by: Christopher W. Douglas | last post by:
I'm working in VB.Net, using Visual Studio 2003. I have a project, let's call it Foo, that contains common methods, forms, and objects I use in other projects. It compiles as Foo.dll, which I...
5
by: wal | last post by:
Hello, I'm using __declspec(property) to access get/set methods as properties (like in C# and VB.NET). Now, the problem is that both the property name and the get/set methods show in the...
3
by: Travis | last post by:
Hi, I was a user of Visual C# for a while and have gotten used to the Intellisense for that program. I went to try Visual Basic, and the intellisense is so much different. I'll try to make an...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.