| LeeHickeyNew Member
 
  
 
                3 Posts | 
                    
                      |  Posted - Nov 10 2005 :  12:20:43 PM   
 |  
                      | With an enum declared like this: 
 enum SomeName
 {
 ENTRY1 = 1,
 ENTRY2 = 2,
 ENTRY3 = 3
 };
 
 Visual Assist only recognises the first entry. Removing the explicit values corrects the problem.
 
 ==============================================================
 
 VA_X.dll file version 10.1.1430.0  built 2005.11.04
 VAOpsWin.dll version 1.3.3.0
 VATE.dll version 1.0.4.2
 DevEnv.exe version 8.0.50215.44
 msenv.dll version 8.0.50215.44
 Font: Courier New 13(Pixels)
 Comctl32.dll version 6.0.2900.2180
 WindowsNT 5.1 Build 2600 Service Pack 2
 Single processor
 
 |  |