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
 VA little parse bug?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jzq740176597
Tomato Guru

China
329 Posts

Posted - Nov 01 2013 :  04:28:25 AM  Show Profile  Reply with Quote



member checkType is un-recogized. bug?

Creation come from persist!

feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Nov 01 2013 :  4:32:41 PM  Show Profile  Reply with Quote
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.

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

jzq740176597
Tomato Guru

China
329 Posts

Posted - Nov 03 2013 :  7:45:55 PM  Show Profile  Reply with Quote
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.

Creation come from persist!
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Nov 05 2013 :  10:19:53 AM  Show Profile  Reply with Quote
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.

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

jzq740176597
Tomato Guru

China
329 Posts

Posted - Nov 06 2013 :  7:48:53 PM  Show Profile  Reply with Quote
The email has been sent.
Thanks

Creation come from persist!
Go to Top of Page

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Dec 22 2013 :  5:09:06 PM  Show Profile  Reply with Quote
The discussion is being continued via email.
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