Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VA little parse 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
jzq740176597 Posted - Nov 01 2013 : 04:28:25 AM



member checkType is un-recogized. bug?
5   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Dec 22 2013 : 5:09:06 PM
The discussion is being continued via email.
jzq740176597 Posted - Nov 06 2013 : 7:48:53 PM
The email has been sent.
Thanks
feline Posted - Nov 05 2013 : 10:19:53 AM
Could you post a bigger code sample, that might show the problem here? I realise code often cannot be shared, but its worth asking in case it can be shared. If it helps, you can just send me the code directly, via the form

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

including this thread ID or URL in the description, so we can match it up. The code will only be used to test this bug report, and not for anything else.
jzq740176597 Posted - Nov 03 2013 : 7:45:55 PM
VS2008, VA 2001, running under Windows xp sp3.
your sample code is OK. But mine is not.
May my code segment is located in the template class static-member function.
feline Posted - Nov 01 2013 : 4:32:41 PM
Which IDE and version of VA are you using? If you are using VS2010 or above the underlining will be coming from the IDE, and have nothing to do with VA.

I have constructed some simple test code from your screen shot, and it does not have any problems. Can you please try adding this code to your solution and see what happens. This code goes in a header file:

struct testFelineDataSet
{
	std::string devName;
	std::string ldinst;
	std::string dataSetName;
	int checkType;
};


and this code goes in the matching cpp file:

static void testFelineGeneralCode()
{
	QVector<const testFelineDataSet*> felineVecEqual;
	felineVecEqual[0]->checkType;
}


I have tested with VS2008, VA 2001, running under Windows 7 64bit.

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