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
 Subfields of pointers to arrays not recognized
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

kelliott121
New Member

USA
2 Posts

Posted - Jul 18 2018 :  1:16:36 PM  Show Profile  Reply with Quote
I'm seeing a problem where attempting to find references on the subfield of a pointer to an array is not recognized as a symbol. Below is a snippet that shows the problem described.


struct structure
{
	uint32_t a;
	uint32_t b;
};

struct structure (*test)[2];

(*test)[0].a;


When attempting to Find References on the field of a, an error pops up indicating that the symbol isn't recognized.

feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Jul 18 2018 :  3:31:29 PM  Show Profile  Reply with Quote
I am seeing the same problem here, thank you for the clear example:

case=42100

zen is the art of being at one with the two'ness
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