Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1647: using namespace in member list

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Uniwares Posted - Aug 15 2008 : 10:47:42 AM
VS2005, C++/CLI

when having multiple "using namespace", only the top level namespace is shown in the member drop downlist.

example:
using namespace System::Collections::Generic;
using namespace System::Data::SqlClient;
using namespace System::Data;
using namespace System::Net;
using namespace System::Text;
using namespace System;
using namespace System::Threading;
using namespace Microsoft;
using namespace Microsoft::CSharp;

this produces 5 times "using namespace System" and 2 "using namespace Microsoft"
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Sep 13 2008 : 01:24:04 AM
case=19151 is fixed in build 1649
feline Posted - Aug 16 2008 : 09:57:02 AM
I am seeing the same effect here. Thank you for the clear description.

case=19151

This only happens for me in header files, they are not listed at all in cpp files. I don't think they should be listed in header files either.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000