Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Bugs on CString of VA 1541?

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
wuj Posted - Nov 28 2006 : 11:01:14 PM
I find that VA 1541 can not recognize Class members of CString. For eg:

when I type "CString tmp; tmp.Form..." It should show "tmp.Format" but it gives "tmp.Formatmessage".
I still use VC6 with Visual Assist 1541.

Is that a bug? The old version 1445 works fine.
4   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Dec 19 2006 : 9:08:54 PM
case=3887 is fixed in build 1543
feline Posted - Dec 01 2006 : 09:45:45 AM
I am seeing the same effect here. Thank you for the clear description. This is very odd, and based on my initial tests it only happens in VC6.

case=3887
wuj Posted - Nov 30 2006 : 11:59:43 PM
Hi feline,
I have VA Options -> Text Editor -> listboxes -> Get content from default Intellisense turned off.
Maybe you can reproduce it like this: first create a new dialog based project named ttt, then goto you tttDlg.cpp and add code like this:

void CTttDlg::testStringFunctions()
{
    CString sName;
	sName.	
}

void testStringFunctions()
{
    CString sName;
	sName.	
}


The first 'sName.' list box does not appear, and the second list box appear. I do not know why? The difference is the first is below to the class "CTttDlg".
feline Posted - Nov 29 2006 : 1:14:27 PM
So far I cannot reproduce this problem. Do you have:

VA Options -> Text Editor -> listboxes -> Get content from default Intellisense

turned on or off? I am using the code:

#include <afx.h>

static void testStringFunctions()
{
    CString sName;
    sName;
}


When I type the dot after sName I am seeing both Format and FormatMessage in the list. Using alt-g to jump into "afx.h" both Format and FormatMessage have the same style declaration, so it does not make much sense you would see one but not the other.

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