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
 Suggestion listbox gone when using smart pointers
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

alexhe
New Member

6 Posts

Posted - May 04 2007 :  01:09:07 AM  Show Profile  Reply with Quote
Platform: Vista
IDE: VS2005
Visual Assist: v10.3 1549

After declaring a smart pointer (any type of them), when I type
"sptr->"
the suggestion listbox doesn't show up. However, if I turn off Visual Assist and use the build-in intellisense, the build-in suggestion listbox shows up.
Please help! Thanks!

feline
Whole Tomato Software

United Kingdom
19022 Posts

Posted - May 04 2007 :  11:45:26 AM  Show Profile  Reply with Quote
You might want to try upgrading to VA 1555, which contains various bug fixes.

using VS2005 and VA 1555 I have just added the following code to a cpp file, and when I type "->" I am getting a listbox without any problems. Can you try this code and see what happens?

#include <memory>
#include <string>

static void testSmartPtr()
{
	std::auto_ptr<std::string> pString;
	pString->size();
}


I am wondering if there is something about the smart pointer classes you are using that is causing a problem.

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

alexhe
New Member

6 Posts

Posted - May 05 2007 :  10:27:55 PM  Show Profile  Reply with Quote
Thank you for your response.
The problem is gone after I upgrade to ver 1555.
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