Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Dot instead of "::" for namespaces
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

mbobka
Ketchup Master

Russia
86 Posts

Posted - Jun 26 2006 :  08:08:11 AM  Show Profile  Reply with Quote

#include <vector>

namespace aaa {
  class sometype {
  };
}

namespace aaa {
  class some_interface {
    aaa::sometype func( std::vector<aaa::sometype> const& v );
  };
}

When you try to "Add similar member to some_interface", then "Member signature" in dialog box will contain "aaa.sometype func( std::vector<aaa.sometype> const& v )". Where "aaa.sometype" is wrong and must be "aaa::sometype".

VA_X.dll file version 10.3.1524.0 built 2006.06.16
VAOpsWin.dll version 1.3.3.3
VATE.dll version 1.0.5.7
DevEnv.exe version 7.0.9466.0
msenv.dll version 7.0.9466.0
Font: Courier New 12(Pixels)
Comctl32.dll version 5.82.2900.2180
Windows XP 5.1 Build 2600 Service Pack 2
2 processors

Platform: Win32
Stable Includes:
C:\\Program Files\\Microsoft DirectX SDK (April 2006)\\Include;
C:\\Program Files\\Microsoft Visual Studio .NET\\Vc7\\include;
C:\\Program Files\\Microsoft Visual Studio .NET\\Vc7\\atlmfc\\include;
C:\\Program Files\\Microsoft Visual Studio .NET\\FrameworkSDK\\include;
C:\\Program Files\\IDV\\SpeedTreeRT_SDK_v1.7_Beta_Evaluation\\include;
D:\\SDK\\Creative Labs\\EAX 4.0 Software Development Kit\\Include;
C:\\Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Include;

Library Includes:
C:\\Program Files\\Microsoft Visual Studio .NET\\Vc7\\atlmfc\\src\\mfc;
C:\\Program Files\\Microsoft Visual Studio .NET\\Vc7\\atlmfc\\src\\atl;
C:\\Program Files\\Microsoft Visual Studio .NET\\Vc7\\crt\\src;

Edited by - mbobka on Jun 26 2006 08:09:11 AM

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - Jun 26 2006 :  4:29:44 PM  Show Profile  Reply with Quote
got it. thank you for the clear description

case=1483

zen is the art of being at one with the two'ness
Go to Top of Page

Uniwares
Tomato Guru

Portugal
2320 Posts

Posted - Jun 27 2006 :  4:47:22 PM  Show Profile  Reply with Quote
That Dot instead of :: is also shown in the member list for C++ classes.
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Aug 27 2006 :  7:14:12 PM  Show Profile  Reply with Quote
Fixed in build 1533.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000