Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 unnamed uninion + struct

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
avz2007 Posted - Mar 13 2007 : 1:25:15 PM
I've searched the forum for this issue (case=904).
Looks like it's not 100% fixed.
Here is another test case where VAX shows less
class members than Visual Studio:

struct SMaterial
{
    union
    {
        struct
        {
            bool Wireframe;
            bool PointCloud;
            bool GouraudShading;
            bool Lighting;
            bool ZBuffer;
            bool ZWriteEnable;
            bool BackfaceCulling;
            bool FogEnable;
        };
        bool Flags[ 8 ];
    };
}; 

int _tmain(int argc, _TCHAR* argv[])
{
    SMaterial sm;
    sm. // <<== only "Flags" shown
	return 0;
}

2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Apr 24 2008 : 12:27:22 AM
case=4514 is fixed in build 1635
feline Posted - Mar 13 2007 : 1:49:08 PM
This is actually a slightly different problem, but it is very similar, I agree:

case=4514

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