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
 Multiple structs/same name
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

squidge
Junior Member

23 Posts

Posted - Jan 10 2005 :  06:12:54 AM  Show Profile
With code such as the following:

struct {
struct {
char blah;
char foo;
} Flags;
} hlp;

struct {
char fooble;
char wobble;
} Flags;

When accessing hlp.Flags, VAX only shows the members of the global version of Flags, rather than the version of Flags local to the hlp structure. Is there a way to fix this apart from renaming one of the structures?

support
Whole Tomato Software

5566 Posts

Posted - Jan 10 2005 :  3:07:34 PM  Show Profile
Our example works as one expects. Are we doing something different from what you try?

Go to Top of Page

squidge
Junior Member

23 Posts

Posted - Jan 11 2005 :  5:37:20 PM  Show Profile
I was surpised at your response at first, but I've just noticed I was still using version 10.0 of VAX, so I've now upgraded to the 10.1 release and the problem has gone away. Sorry for troubling you.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000