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 structures
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

peck797
Tomato Guru

United Kingdom
171 Posts

Posted - Nov 29 2005 :  3:52:33 PM  Show Profile
Is the VAX Intellisense able to understand unnamed structures and unions?

I have something like this:

union
{
struct
{
long _val1;
long _val2;
};
struct
{
char *_buf1;
long _val3;
};
} _data;

When I hit the period '.' after typing _data, Intellisense suggests things like "unnamed12892" or "unnamed763452" rather than "_val1", "_val2", "_buf1", "_val3" etc.

Is this a bug in .Net or VAX?

(still using build 1434 on .Net 2003)

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Nov 29 2005 :  7:03:14 PM  Show Profile
confirmed

case=904

getting the unnamed12892 suggestions is a bug in VA, i suspect this is VA's internal name for the structure. it needs some way of referencing it, and has to produce its own name since one is not provided.

the other side of this is that when i disable VA i cannot get the IDE to offer any suggestions at all after "foo."

at least with VA once you accept "unnamed12892" VA will then suggest the components of that structure

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

peck797
Tomato Guru

United Kingdom
171 Posts

Posted - Nov 30 2005 :  04:39:32 AM  Show Profile
OK, thanks :)
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