Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Parsing bug

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
Twain Posted - May 26 2011 : 6:49:24 PM
Not sure where to post bugs, please move if needed.

In the following class VA will not be able to encapsulate the variable m_variable.

VA seems to get very confused if you put two "public:" declarations in a row.

In my original code there was a macro (not sure if that matters).

class CFoo
{
public:

CFoo();
~CFoo();

BOOL Init();

void DoSomething();

public:

//macro was here

bool DoSomethingElse();

int m_variable;

private:

void DoSomethingSpecial();

public:

bool m_mine;

};
3   L A T E S T    R E P L I E S    (Newest First)
accord Posted - May 27 2011 : 6:06:46 PM
being discussed by email
Twain Posted - May 27 2011 : 12:00:22 PM
private email sent

i am running build 10.6.1845.0
accord Posted - May 26 2011 : 9:35:56 PM
I tried to Encapsulate m_variable using VA 1849 and it worked for me. What Visual Assist version are you using?
I guess the problem is caused by the removed macro. If you could post that line you had removed and the source of the MACRO it may help. If you don't want to post it publicly you can send it to us and we will keep it private:

http://www.wholetomato.com/support/contact.asp

Please paste the URL of this topic into the description field so we can match it up.

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