T O P I C R E V I E W |
SvenC |
Posted - Jul 03 2006 : 10:29:36 AM Hi,
with VAX 1528 all C++ completion listboxes do not work anymore. Went back to 1526 and after a complete reparse intellisense is back (include #include listboxes)
I double checked with 1528 and intellisense is gone again - also after reparsing has completed.
Going back to 1526 - everything is OK, except for c# web projects.
Regards, SvenC |
8 L A T E S T R E P L I E S (Newest First) |
SvenC |
Posted - Jul 07 2006 : 06:00:09 AM Reinstall alone did not help, but clean cache and rebuild symbols did.
Regards, SvenC |
SnowBoy |
Posted - Jul 04 2006 : 09:50:11 AM Have you tried to remove VAX and reinstall it (the 1526 build)? I've got a similar problem some days ago, and I've found that something goes wrong during the installation process.
Maybe the same problem occours for the 1528 build, but now I couldn't check it... I'm working hard on a project.
Regards, Luca
|
TheRawGod |
Posted - Jul 04 2006 : 07:21:53 AM Well, maybe that is strange but 1528 works for me in VC6 (as for #include, as for parameters list). |
SvenC |
Posted - Jul 04 2006 : 04:28:41 AM Sorry, I missed the question if only #include. No, intellisense of VAX is largely broken for C++ projects with version 1528. You can verify this with a minimal c++ console app: try adding an #include directive --> no intellisense try using a runtime function like strcmp or strlen --> no parameter information
Regards, SvenC |
SvenC |
Posted - Jul 04 2006 : 04:05:58 AM I just tried to verify SnowBoys comment that intellisense works with 1526 in a c# web project but that is not the case for me: every key press with VAX1526 enabled closes completion list boxes like I described in an earlier posts.
E.g. "using System." --> opens a completion listbox --> enter "T" --> completion listbox closes.
So I'd like C# support like in 1528 with C++ support like in 1526...
Regards, SvenC |
SvenC |
Posted - Jul 04 2006 : 03:00:04 AM I double checked the behaviour in VS.Net 2003 and VS2005 - 1528 doesn't work in both IDEs with C++ projects. |
SnowBoy |
Posted - Jul 04 2006 : 02:23:40 AM I've get the same problem (non one of the listboxs work) with VAX 1528, so I rolled back to 1526. It works right, even on a c# web project.
I use VS-2003. |
support |
Posted - Jul 03 2006 : 6:46:56 PM What IDE?
Do IDE options to enable Intellisense get disabled when you install 1528?
Is the problem only with #include? |