T O P I C R E V I E W |
Paulus |
Posted - Sep 11 2007 : 09:28:05 AM in a c file with typedef struct _s { int aa; char bb[32]; }s;
If you put the cursor over the s, you see s and _s, but no internal members. using vs 2005
|
3 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Sep 13 2008 : 01:25:26 AM case=838 is fixed in build 1649 |
feline |
Posted - Sep 11 2007 : 10:14:39 AM Unfortunately this is a known bug:
case=838 |
Paulus |
Posted - Sep 11 2007 : 09:45:28 AM I see that the problem only occurs when the typedef is in the c file. When it is in an h file, the members do show up. |