eve
Tomato Guru
Belgium
101 Posts |
Posted - Jun 15 2007 : 05:49:18 AM
|
Hi,
try the following code:
struct Test { int z; int a; };
int main() { Test t; return 0; }
Now hover over 'Test', VA view will only show 'Test', but it will not list the members. Is this normal?
thanks, eli
ps. my info:
VA_X.dll file version 10.3.1557.0 built 2007.05.29 Licensed to: VA X: <nospam>@<nospam>.com (25-user license) Support ends 2007.07.10 VAOpsWin.dll version 1.3.2.2 VATE.dll version 1.0.5.6 DevEnv.exe version 8.0.50727.762 msenv.dll version 8.0.50727.762 Font: Courier New 17(Pixels) Comctl32.dll version 6.0.2900.2982 Windows XP 5.1 Build 2600 Service Pack 2 2 processors
Platform: Win32 Stable Includes: C:\\DevStudio\\Vs2005\\VC\\include; C:\\DevStudio\\Vs2005\\VC\\atlmfc\\include; C:\\DevStudio\\Vs2005\\VC\\PlatformSDK\\include; C:\\DevStudio\\Vs2005\\SDK\\v2.0\\include;
Library Includes: C:\\DevStudio\\Vs2005\\VC\\atlmfc\\src\\mfc; C:\\DevStudio\\Vs2005\\VC\\atlmfc\\src\\mfcm; C:\\DevStudio\\Vs2005\\VC\\atlmfc\\src\\atl; C:\\DevStudio\\Vs2005\\VC\\crt\\src;
Other Includes:
|
|