Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Suggestion listbox gone when using smart pointers

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
alexhe Posted - May 04 2007 : 01:09:07 AM
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!
2   L A T E S T    R E P L I E S    (Newest First)
alexhe Posted - May 05 2007 : 10:27:55 PM
Thank you for your response.
The problem is gone after I upgrade to ver 1555.
feline Posted - May 04 2007 : 11:45:26 AM
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.

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