Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Improper coloring and suggestions for anon structs

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
bottem Posted - Sep 12 2006 : 07:58:47 AM
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

2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Nov 24 2006 : 9:23:35 PM
Fixed in 1541.
rhummer Posted - Sep 12 2006 : 11:46:56 PM
Thank you for the clear example.

case=2492

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