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
 Improper coloring and suggestions for anon structs
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

bottem
New Member

8 Posts

Posted - Sep 12 2006 :  07:58:47 AM  Show Profile  Reply with Quote
With the following .cpp code, VAX is not able to provide any suggestions for members in anon1. When I manually type the .a, it puts the red squiggly under it.
struct
{
  struct 
  {
    char a;
    int b;
  }anon1;
}anon;

void main( void )
{
  anon.anon1.a = 'a';
}


VA_X.dll file version 10.3.1534.0 built 2006.09.02
VS6 English

rhummer
Tomato Guru

USA
527 Posts

Posted - Sep 12 2006 :  11:46:56 PM  Show Profile  Reply with Quote
Thank you for the clear example.

case=2492

Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64

Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Nov 24 2006 :  9:23:35 PM  Show Profile  Reply with Quote
Fixed in 1541.
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