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
 unnamed uninion + struct
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

avz2007
Starting Member

1 Posts

Posted - Mar 13 2007 :  1:25:15 PM  Show Profile  Reply with Quote
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;
}

feline
Whole Tomato Software

United Kingdom
18940 Posts

Posted - Mar 13 2007 :  1:49:08 PM  Show Profile  Reply with Quote
This is actually a slightly different problem, but it is very similar, I agree:

case=4514

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

support
Whole Tomato Software

5566 Posts

Posted - Apr 24 2008 :  12:27:22 AM  Show Profile  Reply with Quote
case=4514 is fixed in build 1635
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